Add a new grading criteria to the current set.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void AddCriteria(
	string criteriaName
)
Visual Basic
Public Sub AddCriteria ( _
	criteriaName As String _
)
Visual C++
public:
void AddCriteria(
	String^ criteriaName
)

Parameters

criteriaName
Type: System..::..String
The name of the grading criteria.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the grading criteria name is duplicate, it means that the grading criteria is exist in another grading criteria set.

See Also