Share

GradingCriteriaSet.RemoveCriteria(Int32) Method

Removes a grading criteria by index 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(
	int index
)

VB

Public Sub RemoveCriteria ( 
	index As Integer
)

C++

public:
void RemoveCriteria(
	int index
)

Parameters

index  Int32
The index of the grading criteria to remove from the current grading criteria set.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is out of range.
InvalidOperationException Thrown when style is still in use.

See Also

Reference

Was this information helpful?