This document is archived and information here might be outdated. Recommended version. |
Indicates the length of the elevated lines.
[Visual Basic .NET]
Public Property ElevatedLinesLength As Double
[C#]
public double ElevatedLinesLength {get; set;}
[C++]
HRESULT get_ElevatedLinesLength(
System.Double* length
);
[C++]
HRESULT put_ElevatedLinesLength(
double length
);
[C++] Parameters length [out, retval]
length is a parameter of type double* length [in]
length is a parameter of type double