Share

GradingCriteriaSet.RemoveCriteria(String) Method

Removes a grading criteria by name from the current grading criteria set.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void RemoveCriteria(
	string criteriaName
)

VB

Public Sub RemoveCriteria ( 
	criteriaName As String
)

C++

public:
void RemoveCriteria(
	String^ criteriaName
)

Parameters

criteriaName  String
The name of the grading criteria to remove from the current grading criteria set.

Exceptions

ExceptionCondition
ArgumentException Thrown when the name is invalid or not exist under the current grading criteria set.
InvalidOperationException Thrown when style is still in use.

See Also

Reference

Was this information helpful?