EasyObject::IsIntegerFeature

Tests whether a given feature is associated with integer values.

Namespace: Euresys::Open_eVision

[C++]

bool IsIntegerFeature(
   Euresys::Open_eVision::EFeature feature
)

Parameters

feature

The feature.

Remarks

The features associated with integer values are: EFeature_ContourX, EFeature_ContourY, EFeature_LeftLimit, EFeature_RightLimit, EFeature_TopLimit, and EFeature_BottomLimit.

EasyObject.IsIntegerFeature

Tests whether a given feature is associated with integer values.

Namespace: Euresys.Open_eVision

[C#]

bool IsIntegerFeature(
   Euresys.Open_eVision.EFeature feature
)

Parameters

feature

The feature.

Remarks

The features associated with integer values are: ContourX, ContourY, LeftLimit, RightLimit, TopLimit, and BottomLimit.