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.3.1717.0

Syntax

C#

public PropertyBoolean CopyDeletedDependentObjects { get; }

Visual Basic

Public ReadOnly Property CopyDeletedDependentObjects As PropertyBoolean
	Get

Visual C++

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

See Also