SurfaceGridStyleUsePrimaryGrid Property |
Gets or sets the boolean value specifying whether to display the surface's primary grid lines.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UsePrimaryGrid { get; set; }
Public Property UsePrimaryGrid As Boolean
Get
Set
public:
property bool UsePrimaryGrid {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks
The primary grid lines are the North/South, or longitudinal grid lines.
See Also