Share

SettingsCmdVolumesDashboard.SettingsCmdVolumeSurfaceCreation.GridSurfaceYSpacing Property

Gets the default value for a grid surfaces Y spacing.



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

Syntax

C#

public PropertyDouble GridSurfaceYSpacing { get; }

VB

Public ReadOnly Property GridSurfaceYSpacing As PropertyDouble
	Get

C++

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

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?