BoundedVolumeCreation Property

Gets the defaults assigned to bounded volume creation.

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

Syntax

C#

public SettingsCmdVolumesDashboard.SettingsCmdBoundedVolumeCreation BoundedVolumeCreation { get; }

Visual Basic

Public ReadOnly Property BoundedVolumeCreation As SettingsCmdVolumesDashboard.SettingsCmdBoundedVolumeCreation
	Get

Visual C++

public:
property SettingsCmdVolumesDashboard.SettingsCmdBoundedVolumeCreation^ BoundedVolumeCreation {
	SettingsCmdVolumesDashboard.SettingsCmdBoundedVolumeCreation^ get ();
}

See Also