PointGroupCollectionRemove(ObjectId) Method |
Removes a PointGroup by ObjectId.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void Remove(
ObjectId pointGroupId
)
Public Sub Remove (
pointGroupId As ObjectId
)
public:
void Remove(
ObjectId pointGroupId
)
Parameters
- pointGroupId ObjectId
-
Exceptions
See Also