This document is archived and information here might be outdated. Recommended version. |
Symbol used to draw the subdivision marks.
[Visual Basic .NET] Public Property SubdivisionMarkSymbol As ILineSymbol
[C#] public ILineSymbol SubdivisionMarkSymbol {get; set;}
[C++]
HRESULT get_SubdivisionMarkSymbol(
ILineSymbol** Symbol
);
[C++]
HRESULT put_SubdivisionMarkSymbol(
ILineSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol** Symbol [in]
Symbol is a parameter of type ILineSymbol*