Share

SurfaceGridStyle.UseSecondaryGrid Property

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



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

Syntax

C#

public bool UseSecondaryGrid { get; set; }

VB

Public Property UseSecondaryGrid As Boolean
	Get
	Set

C++

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

Property Value

Boolean

Remarks

The secondary grid lines are the East/West, or latitudinal grid lines.

See Also

Reference

Was this information helpful?