QTOSubcriteria Class

This class defines sub criteria used to define QTO material.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesQTOSubcriteria

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class QTOSubcriteria : IEnumerable<QTOMaterialItem>, 
	IDisposable

The QTOSubcriteria type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of material items.
Public propertyItemInt32 
Public propertyItemString 
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.
Top
Methods
 NameDescription
Public methodAdd Adds a material item with the sampled surface to the sub criteria.
Public methodDisposeReleases 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(QTOMaterialItem) Removes a material item from the sub criteria.
Public methodRemove(String) Removes a material item specified by name from the sub criteria.
Public methodRemoveAt Removes a material item specified by index from the sub criteria.
Top
See Also