The collection of SectionViewGroup in SampleLineGroup.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionViewGroupCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionViewGroupCollection : IEnumerable<SectionViewGroup>
VB
Public Class SectionViewGroupCollection Implements IEnumerable(Of SectionViewGroup)
C++
public ref class SectionViewGroupCollection : IEnumerable<SectionViewGroup^>
The SectionViewGroupCollection type exposes the following members.
Properties
Methods
| Name | Description | |
|---|---|---|
| Add(Point3d) | Add a SectionViewGroup which will create multiple SectionViews for each SampleLine in SampleLineGroup. | |
| Add(Point3d, Double, Double, SectionViewGroupCreationRangeOptions, SectionViewGroupCreationPlacementOptions) | Add a SectionViewGroup which will create multiple SectionViews within specified station range in Alignment. | |
| Add(Point3d, Double, Double, SectionViewGroupCreationRangeOptions, SectionViewGroupCreationPlacementOptions, SectionDisplayOptionCollection, ObjectId, ObjectId) | Add a SectionViewGroup which will create multiple SectionViews within specified station range in Alignment. | |
| 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 | Removes a SectionViewGroup from the collection. | |
| RemoveAt | Removes a SectionViewGroup specified by index from the collection. |
