PointGroupCollectionRemove(String) Method |
Removes a PointGroup by name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
string name
)
Public Sub Remove (
name As String
)
public:
void Remove(
String^ name
)
Parameters
- name String
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown if you try to remove the "_All Points" PointGrup.
|
See Also