GradingCriteriaSetMoveCriteria(String, String) Method

Move a grading criteria from the current grading criteria set to another set by name.

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

Parameters

criteriaName  String
The name of the grading criteria.
criteriaSetName  String
The name of the grading criteria set.
Exceptions
ExceptionCondition
ArgumentException Thrown when the criteriaName or criteriaSetName is invalid.
See Also