GradingCriteriaSetRemoveCriteria(String) Method

Removes a grading criteria by name from the current grading criteria set.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveCriteria(
	string criteriaName
)

Parameters

criteriaName  String
The name of the grading criteria to remove from the current grading criteria set.
Exceptions
ExceptionCondition
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