Removes a grading criteria by index from the current grading criteria set.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void RemoveCriteria(
int index
)
Visual Basic
Public Sub RemoveCriteria ( _
index As Integer _
)
Visual C++
public:
void RemoveCriteria(
int index
)
Parameters
- index
- Type: System.Int32
The index of the grading criteria to remove from the current grading criteria set.
Exceptions
Exception | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown when the index is out of range. |
System.InvalidOperationException | Thrown when style is still in use. |