Removes a grading criteria by name from the current grading criteria set.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void RemoveCriteria(
string criteriaName
) |
| Visual Basic |
|---|
Public Sub RemoveCriteria ( _
criteriaName As String _
) |
| Visual C++ |
|---|
public:
void RemoveCriteria(
String^ criteriaName
) |
Parameters
- criteriaName
- Type: System..::..String
The name of the grading criteria to remove from the current grading criteria set.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the name is invalid or not exist under the current grading criteria set.
|
| System..::..InvalidOperationException |
Thrown when style is still in use.
|
See Also