QTOSubcriteriaCollectionAdd Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public QTOSubcriteria Add(
	string subcriteriaName
)

Parameters

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

Return Value

QTOSubcriteria
See Also