Remove Method

Removes a sub criteria from the collection.

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

Syntax

C#

public bool Remove(
	QTOSubcriteria subcriteria
)

Visual Basic

Public Function Remove ( _
	subcriteria As QTOSubcriteria _
) As Boolean

Visual C++

public:
bool Remove(
	QTOSubcriteria^ subcriteria
)

Parameters

subcriteria
Type: Autodesk.Civil.DatabaseServices.QTOSubcriteria
The sub criteria to be removed.

Return Value

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

See Also