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