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