The QTOMaterialListCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an empty material list with the specified name.
| |
| Fix |
Fixes material lists for the specified volume calculation method.
| |
| GetEnumerator |
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
| |
| GetObjectEnumerator |
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
| |
| ImportCriteria |
Imports a new QTOMaterialList based on a QuantityTakeoffCriteria.
| |
| Remove(Guid) |
Removes a material list specified by GUID from the collection.
| |
| Remove(String) |
Removes a material list specified by name from the collection.
| |
| Remove(QTOMaterialList) |
Removes a material list from the collection.
| |
| RemoveAt |
Removes a material list specified by index from the collection.
| |
| Validate |
Validates material lists for the specified volume calculation method.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of material lists in the collection.
| |
| Item[([( Guid])]) | ||
| Item[([( Int32])]) | ||
| Item[([( String])]) | ||
| VolumeCalculationMethodType |
Gets or sets the volume calculation method type.
|