CopyDeletedDependentObjects Property

Gets or sets whether a drawing object (such as a polyline defining a boundary or breakline) is copied to the surface definition if the original object is deleted.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public bool CopyDeletedDependentObjects { get; set; }

Visual Basic

Public Property CopyDeletedDependentObjects As Boolean
	Get
	Set

Visual C++

public:
property bool CopyDeletedDependentObjects {
	bool get ();
	void set (bool value);
}

See Also