Adds an empty sub criteria with the specified name to the collection.

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

Syntax

C#
public QTOSubcriteria Add(
	string subcriteriaName
)
Visual Basic
Public Function Add ( _
	subcriteriaName As String _
) As QTOSubcriteria
Visual C++
public:
QTOSubcriteria^ Add(
	String^ subcriteriaName
)

Parameters

subcriteriaName
Type: System..::..String
The name of the sub criteria to be created.

See Also