The QTOMaterial type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(ObjectId) |
Adds a material item with the sampled surface to the material.
| |
| Add(ObjectId, String) |
Adds a material item with the sampled corridor shape to the material.
| |
| Dispose | Releases all resources used by the QTOMaterial | |
| GetEnumerator |
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
| |
| GetFactor |
Gets the factor value.
| |
| GetObjectEnumerator |
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
| |
| IsFactorApplicable |
Gets a boolean value indicating whether the specified factor is applicable.
| |
| Remove(String) |
Removes a material item specified by name from the material.
| |
| Remove(QTOMaterialItem) |
Removes a material item from the material.
| |
| RemoveAt |
Removes a material item specified by index from the material.
| |
| SetFactor |
Sets the factor value.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of material items.
| |
| Guid |
Gets the GUID.
| |
| IsSubcriteriaSupported |
Gets the boolean value indicating whether sub criteria is supported.
| |
| Item[([( Int32])]) | ||
| Item[([( String])]) | ||
| MaterialGaps |
Gets the collection of material gap.
| |
| MaterialListGuid |
Gets the GUID of its parent material list.
| |
| Name |
Gets or sets the name.
| |
| QuantityType |
Gets or sets the material quantity type.
| |
| SampleLineGroupId |
Gets the ObjectId of the sample line group.
| |
| ShapeStyleId |
Gets or Sets the ObjectId of the style used to display the material in a section view.
| |
| Subcriteria |
Gets all sub criteria in the material.
|