SurfaceBuildOptionsCopyDeletedDependentObjects 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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool CopyDeletedDependentObjects { get; set; }
Public Property CopyDeletedDependentObjects As Boolean
Get
Set
public:
property bool CopyDeletedDependentObjects {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also