Remove the Shape from collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void Remove( Shape shape )
Visual Basic
Public Sub Remove ( _ shape As Shape _ )
Visual C++
public: void Remove( Shape^ shape )
Parameters
- shape
- Type: Autodesk.Civil.DatabaseServices.Shape
The Shape need to be removed.