SurfaceBoundaryStyleProjectGridToDatum Property |
Gets or sets the boolean value specifying whether the grid lines will be projected to the datum.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool ProjectGridToDatum { get; set; }
Public Property ProjectGridToDatum As Boolean
Get
Set
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