This document is archived and information here might be outdated. Recommended version. |
Gets pattern element properties for a given index.
[Visual Basic .NET] Public Sub GetPatternElement ( _ ByVal index As Integer, _ ByRef mark As Double, _ ByRef Gap As Double _ )
[C#] public void GetPatternElement ( int index, ref double mark, ref double Gap );
[C++]
HRESULT GetPatternElement(
long index,
System.Double* mark,
System.Double* Gap
);
[C++]
Parameters index [in]
index is a parameter of type long mark [out]
mark is a parameter of type double* Gap [out]
Gap is a parameter of type double*