GradingCriteriaSetRemoveCriteria(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.292
Syntax
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