The line symbol for drawing the geometry.
[Visual Basic 6.0] Property DrawGeometryLineSymbol As ILineSymbol
[Visual Basic .NET] Public Property DrawGeometryLineSymbol As ILineSymbol
[C#] public ILineSymbol DrawGeometryLineSymbol {get; set;}
[Java] public ILineSymbol getDrawGeometryLineSymbol() throws IOException, AutomationException
[Java] public void setDrawGeometryLineSymbolByRef( ILineSymbol pLineSymbol ) throws IOException, AutomationException
[C++] HRESULT get_DrawGeometryLineSymbol( ILineSymbol** Symbol );
[C++] HRESULT putref_DrawGeometryLineSymbol( ILineSymbol* Symbol);
Parameters
Symbol [out, retval]
Symbol is a parameter of type ILineSymbol
Symbol [in]
Symbol is a parameter of type ILineSymbol