The QTOMaterialList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an empty material with the specified name to the material list.
|
![]() | Dispose | Releases all resources used by the QTOMaterialList |
![]() | GetEnumerator |
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
|
![]() | GetObjectEnumerator |
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
|
![]() | Remove(Guid) |
Removes a material specified by GUID from the material list.
|
![]() | Remove(String) |
Removes a material specified by name from the material list.
|
![]() | Remove(QTOMaterial) |
Removes a material from the material list.
|
![]() | RemoveAt |
Removes a material specified by index from the material list.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of materials in the material list.
|
![]() | CurveCorrectionTolerance |
Gets or sets the curve correction tolerance.
|
![]() | Guid |
Gets the GUID.
|
![]() | IsCurveCorrectionEnabled |
Gets or sets the flag indicating whether curve correction is enabled.
|
![]() | Item[([( Guid])]) | |
![]() | Item[([( Int32])]) | |
![]() | Item[([( String])]) | |
![]() | MaterialListGaps |
Gets the collection of material list gap.
|
![]() | Name |
Gets or sets the name.
|
![]() | SampleLineGroupId |
Gets the ObjectId of the sample line group.
|