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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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