QTOMaterialListCollection Class

This class defines the collection of QTO material lists of sample line group.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesQTOMaterialListCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class QTOMaterialListCollection : IEnumerable<QTOMaterialList>

The QTOMaterialListCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of material lists in the collection.
Public propertyItemGuid 
Public propertyItemInt32 
Public propertyItemString 
Public propertyVolumeCalculationMethodType Gets or sets the volume calculation method type.
Top
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(QTOMaterialList) Removes a material list from the collection.
Public methodRemove(String) Removes a material list specified by name 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.
Top
See Also