Share

PointGroupCollection.Remove(String) Method

Removes a PointGroup by name.



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

Syntax

C#

public void Remove(
	string name
)

VB

Public Sub Remove ( 
	name As String
)

C++

public:
void Remove(
	String^ name
)

Parameters

name  String
 

Exceptions

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

See Also

Reference

Was this information helpful?