GradingCriteriaSetRemoveCriteria(Int32) Method |
Removes a grading criteria by index from the current grading criteria set.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic void RemoveCriteria(
int index
)
Public Sub RemoveCriteria (
index As Integer
)
public:
void RemoveCriteria(
int index
)
Parameters
- index Int32
- The index of the grading criteria to remove from the current grading criteria set.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the index is out of range.
|
InvalidOperationException |
Thrown when style is still in use.
|
See Also