Removes a grading criteria by name from the current grading criteria set.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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
Exception | Condition |
---|---|
ArgumentException | Thrown when the name is invalid or not exist under the current grading criteria set. |
InvalidOperationException | Thrown when style is still in use. |