Add a new grading criteria to the current set.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: 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
Exception | Condition |
---|
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