Removes a PointGroup by name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void Remove( string name ) |
| Visual Basic |
|---|
Public Sub Remove ( _ name As String _ ) |
| Visual C++ |
|---|
public: void Remove( String^ name ) |
Parameters
- name
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown if you try to remove the "_All Points" PointGrup. |