UsePrimaryGrid Property

Gets or sets the boolean value specifying whether to display the surface's primary grid lines.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public bool UsePrimaryGrid { get; set; }

Visual Basic

Public Property UsePrimaryGrid As Boolean
	Get
	Set

Visual C++

public:
property bool UsePrimaryGrid {
	bool get ();
	void set (bool value);
}

Remarks

The primary grid lines are the North/South, or longitudinal grid lines.

See Also