GradingCriteriaCopyAsSibling Method |
Copy the current grading criteria and add to the grading criteria set as a sibling.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override sealed ObjectId CopyAsSibling(
string criteriaName
)
Public Overrides NotOverridable Function CopyAsSibling (
criteriaName As String
) As ObjectId
public:
virtual ObjectId CopyAsSibling(
String^ criteriaName
) override sealed
Parameters
- criteriaName String
- The name of the new grading criteria.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is duplicate.
|
See Also