QTOSubcriteriaCollectionRemove Method

Removes a sub criteria from the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	QTOSubcriteria subcriteria
)

Parameters

subcriteria  QTOSubcriteria
The sub criteria to be removed.

Return Value

Boolean
If the sub criteria doesn't exist in current collection, the method will return false. Otherwise, it will return true.
See Also