Add a new grading criteria to the current set.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void AddCriteria( string criteriaName )
VB
Public Sub AddCriteria ( criteriaName As String )
C++
public: void AddCriteria( String^ criteriaName )
Parameters
- criteriaName String
- The name of the grading criteria.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the grading criteria name is duplicate, it means that the grading criteria is exist in another grading criteria set. |