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.8.0.280
Syntax
C#
public override sealed ObjectId CopyAsSibling( string criteriaName )
VB
Public Overrides NotOverridable Function CopyAsSibling ( criteriaName As String ) As ObjectId
C++
public: virtual ObjectId CopyAsSibling( String^ criteriaName ) override sealed
Parameters
- criteriaName String
- The name of the new grading criteria.
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name is duplicate. |