PointGroupCollectionRemove(ObjectId) Method |
Removes a PointGroup by ObjectId.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
ObjectId pointGroupId
)
Public Sub Remove (
pointGroupId As ObjectId
)
public:
void Remove(
ObjectId pointGroupId
)
Parameters
- pointGroupId ObjectId
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when you try to delete the "_All Points" PointGroup.
|
See Also