ShapeCollectionRemove(Shape) Method |
Remove the Shape from collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
Shape shape
)
Public Sub Remove (
shape As Shape
)
public:
void Remove(
Shape^ shape
)
Parameters
- shape Shape
-
The Shape need to be removed.
See Also