The QTOMaterialListCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add an empty material list with the specified name.
Public methodFix
Fixes material lists for the specified volume calculation method.
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 methodImportCriteria
Imports a new QTOMaterialList based on a QuantityTakeoffCriteria.
Public methodRemove(Guid)
Removes a material list specified by GUID from the collection.
Public methodRemove(String)
Removes a material list specified by name from the collection.
Public methodRemove(QTOMaterialList)
Removes a material list from the collection.
Public methodRemoveAt
Removes a material list specified by index from the collection.
Public methodValidate
Validates material lists for the specified volume calculation method.

Properties

  NameDescription
Public propertyCount
Gets the count of material lists in the collection.
Public propertyItem[([( Guid])])
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])
Public propertyVolumeCalculationMethodType
Gets or sets the volume calculation method type.

See Also