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.4.2516.0

Syntax

C#
public bool ProjectGridToDatum { get; set; }
Visual Basic
Public Property ProjectGridToDatum As Boolean
	Get
	Set
Visual C++
public:
property bool ProjectGridToDatum {
	bool get ();
	void set (bool value);
}

Remarks

The projection of grid lines to the datum is only visible when viewing the surface object in 3D. This property is usable only when UseDatum is set to true.

See Also