Remove Method (String)

Removes a PointGroup by name.

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

Syntax

C#

public void Remove(
	string name
)

Visual Basic

Public Sub Remove ( _
	name As String _
)

Visual C++

public:
void Remove(
	String^ name
)

Parameters

name
Type: System.String

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown if you try to remove the "_All Points" PointGrup.

See Also