Gets the style object that specifies display properties for section view grid.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GridStyle GridStyle { get; }
VB
Public ReadOnly Property GridStyle As GridStyle Get
C++
public: property GridStyle^ GridStyle { GridStyle^ get (); }