Remove Method (Point)

Remove the point from collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public void Remove(
	Point point
)

Visual Basic

Public Sub Remove ( _
	point As Point _
)

Visual C++

public:
void Remove(
	Point^ point
)

Parameters

point
Type: Autodesk.Civil.DatabaseServices.Point
The point need to be removed.

See Also