CopyAsSibling 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.4.208.0

Syntax

C#

public override sealed ObjectId CopyAsSibling(
	string criteriaName
)

Visual Basic

Public Overrides NotOverridable Function CopyAsSibling ( _
	criteriaName As String _
) As ObjectId

Visual C++

public:
virtual ObjectId CopyAsSibling(
	String^ criteriaName
) override sealed

Parameters

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

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the name is duplicate.

See Also