Share

SettingsCmdVolumesDashboard.SettingsCmdBuildOptions.CopyDeletedDependentObjects Property

Gets whether a drawing object is copied to the surface definition item if the object is deleted.



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

Syntax

C#

public PropertyBoolean CopyDeletedDependentObjects { get; }

VB

Public ReadOnly Property CopyDeletedDependentObjects As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ CopyDeletedDependentObjects {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?