Gets the grading criteria by name.

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

Syntax

C#
public ObjectId this[
	string criteriaName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	criteriaName As String _
) As ObjectId
	Get
Visual C++
public:
property ObjectId default[String^ criteriaName] {
	ObjectId get (String^ criteriaName);
}

Parameters

criteriaName
Type: System..::..String

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the the child grading criteria name is invalid.

See Also