SurfaceBoundaryStyleProjectGridToDatum 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.292
Syntax
public bool ProjectGridToDatum { get; set; }

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