This document is archived and information here might be outdated. Recommended version. |
The line symbol for drawing the geometry.
[Visual Basic .NET] Public Property DrawGeometryLineSymbol As ILineSymbol
[C#] public ILineSymbol DrawGeometryLineSymbol {get; set;}
[C++]
HRESULT get_DrawGeometryLineSymbol(
ILineSymbol** Symbol
);
[C++]
HRESULT putref_DrawGeometryLineSymbol(
ILineSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol** Symbol [in]
Symbol is a parameter of type ILineSymbol*