This document is archived and information here might be outdated. Recommended version. |
Indicates whether to smooth the point located at the base of the elevated lines.
[Visual Basic .NET]
Public Property SmoothElevatedLinesPoint As Boolean
[C#]
public bool SmoothElevatedLinesPoint {get; set;}
[C++]
HRESULT get_SmoothElevatedLinesPoint(
Boolean* smooth
);
[C++]
HRESULT put_SmoothElevatedLinesPoint(
VARIANT_BOOL smooth
);
[C++] Parameters smooth [out, retval]
smooth is a parameter of type bool* smooth [in]
smooth is a parameter of type bool