This class defines the QTO material list of sample line group
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesQTOMaterialList
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class QTOMaterialList : IEnumerable<QTOMaterial>, IDisposable
VB
Public NotInheritable Class QTOMaterialList Implements IEnumerable(Of QTOMaterial), IDisposable
C++
public ref class QTOMaterialList sealed : IEnumerable<QTOMaterial^>, IDisposable
The QTOMaterialList type exposes the following members.
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. |
![]() | ItemGuid | |
![]() | ItemInt32 | |
![]() | ItemString | |
![]() | MaterialListGaps | Gets the collection of material list gap. |
![]() | Name | Gets or sets the name. |
![]() | SampleLineGroupId | Gets the ObjectId of the sample line group. |
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(QTOMaterial) | Removes a material from the material list. |
![]() | Remove(String) | Removes a material specified by name from the material list. |
![]() | RemoveAt | Removes a material specified by index from the material list. |