This document is archived and information here might be outdated. Recommended version. |
The hatch line length.
[Visual Basic .NET]
Public Property Length As Double
[C#]
public double Length {get; set;}
[C++]
HRESULT get_Length(
System.Double* pLength
);
[C++]
HRESULT put_Length(
double pLength
);
[C++] Parameters pLength [out, retval]
pLength is a parameter of type double* pLength [in]
pLength is a parameter of type double