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.8.0.280
Syntax
C#
public bool CopyDeletedDependentObjects { get; set; }
VB
Public Property CopyDeletedDependentObjects As Boolean Get Set
C++
public: property bool CopyDeletedDependentObjects { bool get (); void set (bool value); }