The QTOSubcriteria type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a material item with the sampled surface to the sub criteria.
Public methodDispose
Releases all resources used by the QTOSubcriteria
Public methodGetEnumerator
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodRemove(String)
Removes a material item specified by name from the sub criteria.
Public methodRemove(QTOMaterialItem)
Removes a material item from the sub criteria.
Public methodRemoveAt
Removes a material item specified by index from the sub criteria.

Properties

  NameDescription
Public propertyCount
Gets the count of material items.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])
Public propertyMaterialGuid
Gets the GUID of its parent material.
Public propertyMaterialListGuid
Gets the GUID of its parent material list.
Public propertyName
Gets or sets the name.
Public propertySampleLineGroupId
Gets the ObjectId of the sample line group.

See Also