Share

SurfaceBoundaryStyle.ProjectGridToDatum Property

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);
}

Property Value

Boolean

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

Reference

Was this information helpful?