GradingCriteriaCopyAsSibling Method

Copy the current grading criteria and add to the grading criteria set as a sibling.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public override sealed ObjectId CopyAsSibling(
	string criteriaName
)

Parameters

criteriaName  String
The name of the new grading criteria.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is duplicate.
See Also