This document is archived and information here might be outdated. Recommended version. |
Symbol used for the extension lines.
[Visual Basic .NET] Public Property ExtensionLineSymbol As ILineSymbol
[C#] public ILineSymbol ExtensionLineSymbol {get; set;}
[C++]
HRESULT get_ExtensionLineSymbol(
ILineSymbol* Symbol
);
[C++]
HRESULT put_ExtensionLineSymbol(
ILineSymbol** Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ILineSymbol* Symbol [out, retval]
Symbol is a parameter of type ILineSymbol**