Gets or sets the boolean value specifying whether to display the surface's primary grid lines.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool UsePrimaryGrid { get; set; }
VB
Public Property UsePrimaryGrid As Boolean Get Set
C++
public: property bool UsePrimaryGrid { bool get (); void set (bool value); }