This document is archived and information here might be outdated. Recommended version. |
The line symbol used to display the boundaries of the grid squares.
[Visual Basic .NET] Public Property GridSquareBoundarySymbol As ILineSymbol
[C#] public ILineSymbol GridSquareBoundarySymbol {get; set;}
[C++]
HRESULT get_GridSquareBoundarySymbol(
ILineSymbol** Symbol
);
[C++]
HRESULT put_GridSquareBoundarySymbol(
ILineSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol** Symbol [in]
Symbol is a parameter of type ILineSymbol*