GradingCriteriaSetRemoveCriteria(String) Method |
Removes a grading criteria by name from the current grading criteria set.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveCriteria(
string criteriaName
)
Public Sub RemoveCriteria (
criteriaName As String
)
public:
void RemoveCriteria(
String^ criteriaName
)
Parameters
- criteriaName String
- The name of the grading criteria to remove from the current grading criteria set.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is invalid or not exist under the current grading criteria set.
|
InvalidOperationException |
Thrown when style is still in use.
|
See Also