Share

SettingsCmdViewEditCorridorSection.SettingsCmdGridSettings.VerticalGridInterval Property

Gets the Vertical Grid Interval setting.



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

Syntax

C#

public PropertyDouble VerticalGridInterval { get; }

VB

Public ReadOnly Property VerticalGridInterval As PropertyDouble
	Get

C++

public:
property PropertyDouble^ VerticalGridInterval {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?