Share

QTOSubcriteriaCollection.Remove Method

Removes a sub criteria from the collection.



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

Syntax

C#

public bool Remove(
	QTOSubcriteria subcriteria
)

VB

Public Function Remove ( 
	subcriteria As QTOSubcriteria
) As Boolean

C++

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

Reference

Was this information helpful?