PointGroupCollectionRemove(String) Method

Removes a PointGroup by name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Remove(
	string name
)

Parameters

name  String
 
Exceptions
ExceptionCondition
InvalidOperationException Thrown if you try to remove the "_All Points" PointGrup.
See Also