Adds a new PointGroup with a given name.

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

Syntax

C#
public ObjectId Add(
	string name
)
Visual Basic
Public Function Add ( _
	name As String _
) As ObjectId
Visual C++
public:
ObjectId Add(
	String^ name
)

Parameters

name
Type: System..::..String

Remarks

If the "_All Points" PointGroup doesn't exist in the current drawing, it is created the first time you add a PointGroup.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the name is "_All Points".

See Also