Remove Method (Shape)

Remove the Shape from collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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.

See Also