EasyObject::IsUnsignedIntegerFeature

Tests whether a given feature is associated with unsigned integer values.

Namespace: Euresys::Open_eVision

[C++]

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

Parameters

feature

The feature.

Remarks

The features associated with unsigned integer values are: EFeature_ElementIndex, EFeature_LayerIndex, EFeature_RunCount, EFeature_Area and EFeature_LargestRun.

EasyObject.IsUnsignedIntegerFeature

Tests whether a given feature is associated with unsigned integer values.

Namespace: Euresys.Open_eVision

[C#]

bool IsUnsignedIntegerFeature(
   Euresys.Open_eVision.EFeature feature
)

Parameters

feature

The feature.

Remarks

The features associated with unsigned integer values are: ElementIndex, LayerIndex, RunCount, Area and LargestRun.