Move a grading criteria from the current grading criteria set to another set by object id.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void MoveCriteria(
ObjectId criteriaId,
ObjectId criteriaSetId
) |
| Visual Basic |
|---|
Public Sub MoveCriteria ( _
criteriaId As ObjectId, _
criteriaSetId As ObjectId _
) |
| Visual C++ |
|---|
public:
void MoveCriteria(
ObjectId criteriaId,
ObjectId criteriaSetId
) |
Parameters
- criteriaId
- Type: ObjectId
The object id of the grading criteria.
- criteriaSetId
- Type: ObjectId
The object id of the grading criteria set.
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when:
- The criteriaId or criteriaSetId is invalid.
- The criteriaId is not in the current criteria set.
|
See Also