The QTOMaterial type exposes the following members.

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 methodDispose
Releases 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(String)
Removes a material item specified by name from the material.
Public methodRemove(QTOMaterialItem)
Removes a material item from the material.
Public methodRemoveAt
Removes a material item specified by index from the material.
Public methodSetFactor
Sets the factor value.

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 propertyItem[([( Int32])])
Public propertyItem[([( String])])
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.

See Also