QTOMaterial Class

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

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

The QTOMaterial type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of material items.
Public propertyGuid Gets the GUID.
Public propertyIsSubcriteriaSupported Gets the boolean value indicating whether sub criteria is supported.
Public propertyItemInt32 
Public propertyItemString 
Public propertyMaterialGaps Gets the collection of material gap.
Public propertyMaterialListGuid Gets the GUID of its parent material list.
Public propertyName Gets or sets the name.
Public propertyQuantityType Gets or sets the material quantity type.
Public propertySampleLineGroupId Gets the ObjectId of the sample line group.
Public propertyShapeStyleId Gets or Sets the ObjectId of the style used to display the material in a section view.
Public propertySubcriteria Gets all sub criteria in the material.
Top
Methods
 NameDescription
Public methodAdd(ObjectId) Adds a material item with the sampled surface to the material.
Public methodAdd(ObjectId, String) Adds a material item with the sampled corridor shape to the material.
Public methodDisposeReleases all resources used by the QTOMaterial
Public methodGetEnumerator Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetFactor Gets the factor value.
Public methodGetObjectEnumerator Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodIsFactorApplicable Gets a boolean value indicating whether the specified factor is applicable.
Public methodRemove(QTOMaterialItem) Removes a material item from the material.
Public methodRemove(String) Removes a material item specified by name from the material.
Public methodRemoveAt Removes a material item specified by index from the material.
Public methodSetFactor Sets the factor value.
Top
See Also