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

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

Syntax

C#
public void RemoveCriteria(
	int index
)
Visual Basic
Public Sub RemoveCriteria ( _
	index As Integer _
)
Visual C++
public:
void RemoveCriteria(
	int index
)

Parameters

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

Exceptions

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

See Also