PointGroupCollectionAdd Method |
Adds a new PointGroup with a given name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId Add(
string name
)
Public Function Add (
name As String
) As ObjectId
public:
ObjectId Add(
String^ name
)
Parameters
- name String
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
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