Adds a new PointGroup with a given name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId Add( string name )
VB
Public Function Add ( name As String ) As ObjectId
C++
public: ObjectId Add( String^ name )
Parameters
- name String
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the name is "_All Points". |