EPointGauge::GetTransitionIndex

EPointGauge::SetTransitionIndex

Index (from 0 on) of the transition to be retained when the transition choice parameter is set to NthFromBegin or NthFromEnd.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_UINT32 GetTransitionIndex()

void SetTransitionIndex(OEV_UINT32 un32TransitionIndex)

Remarks

Several peaks may be detected along a point location gauge. This parameter helps to select the desired transition. By default, the first transition is retained (the index value is 0).

EPointGauge.TransitionIndex

Index (from 0 on) of the transition to be retained when the transition choice parameter is set to NthFromBegin or NthFromEnd.

Namespace: Euresys.Open_eVision_2_11

[C#]

uint TransitionIndex

{ get; set; }

Remarks

Several peaks may be detected along a point location gauge. This parameter helps to select the desired transition. By default, the first transition is retained (the index value is 0).