PointGroupCollectionRemove(ObjectId) Method

Removes a PointGroup by ObjectId.

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

Parameters

pointGroupId  ObjectId
 
Exceptions
ExceptionCondition
InvalidOperationException Thrown when you try to delete the "_All Points" PointGroup.
See Also