Documentation Portal      

What are you looking for?

ECircleGauge::GetSkipRange

Allows to retrieve the start and end values of the skip range corresponding to the given index, if it is valid (i.e. if it has previously been created by a call to the ECircleGauge::AddSkipRange method.

Namespace: Euresys::Open_eVision_2_10

[C++]

void GetSkipRange(
   const OEV_UINT32 index,
   OEV_UINT32& start,
   OEV_UINT32& end
)

Parameters

index

Index of the skip range.

start

Beginning of the skip range.

end

End of the skip range.

Remarks

Start is guaranteed to be smaller or equal to end.

ECircleGauge.GetSkipRange

Allows to retrieve the start and end values of the skip range corresponding to the given index, if it is valid (i.e. if it has previously been created by a call to the ECircleGauge::AddSkipRange method.

Namespace: Euresys.Open_eVision_2_10

[C#]

void GetSkipRange(
   uint index,
   out uint start,
   out uint end
)

Parameters

index

Index of the skip range.

start

Beginning of the skip range.

end

End of the skip range.

Remarks

Start is guaranteed to be smaller or equal to end.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121