SectionViewGroupCollection Class |
The collection of SectionViewGroup in SampleLineGroup.
Inheritance HierarchySystemObject
Autodesk.Civil.DatabaseServicesSectionViewGroupCollection
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic class SectionViewGroupCollection : IEnumerable<SectionViewGroup>
Public Class SectionViewGroupCollection
Implements IEnumerable(Of SectionViewGroup)
public ref class SectionViewGroupCollection : IEnumerable<SectionViewGroup^>
The SectionViewGroupCollection type exposes the following members.
Properties | Name | Description |
---|
 | Count |
Gets the number of SectionViewGroup objects in the collection.
|
 | Item | |
Top
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.
|
Top
See Also