GradingCriteriaSetAddCriteria Method

Add a new grading criteria to the current set.

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

Parameters

criteriaName  String
The name of the grading criteria.
Exceptions
ExceptionCondition
ArgumentException Thrown when the grading criteria name is duplicate, it means that the grading criteria is exist in another grading criteria set.
See Also