PointGroupCollectionAdd Method

Adds a new PointGroup with a given name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public ObjectId Add(
	string name
)

Parameters

name  String
 

Return Value

ObjectId
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the name is "_All Points".
Remarks
If the "_All Points" PointGroup doesn't exist in the current drawing, it is created the first time you add a PointGroup.
See Also