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