Specifies whether vertical or horizontal profile view grid lines are not drawn in the padding areas.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool OmitGridInPaddingAreas { get; set; }
Visual Basic
Public Property OmitGridInPaddingAreas As Boolean
Get
Set
Visual C++
public: property bool OmitGridInPaddingAreas { bool get (); void set (bool value); }