Share

PointGroupCollection.Remove(ObjectId) Method

Removes a PointGroup by ObjectId.



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

Syntax

C#

public void Remove(
	ObjectId pointGroupId
)

VB

Public Sub Remove ( 
	pointGroupId As ObjectId
)

C++

public:
void Remove(
	ObjectId pointGroupId
)

Parameters

pointGroupId  ObjectId
 

Exceptions

ExceptionCondition
InvalidOperationException Thrown when you try to delete the "_All Points" PointGroup.

See Also

Reference

Was this information helpful?