The collection of MaterialSectionSource in SampleLineGroup.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesMaterialSectionSourceCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class MaterialSectionSourceCollection : IEnumerable<MaterialSectionSource>
VB
Public Class MaterialSectionSourceCollection Implements IEnumerable(Of MaterialSectionSource)
C++
public ref class MaterialSectionSourceCollection : IEnumerable<MaterialSectionSource^>
The MaterialSectionSourceCollection type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
![]() | 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. |