SectionViewGroupCollection Class

The collection of SectionViewGroup in SampleLineGroup.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSectionViewGroupCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SectionViewGroupCollection : IEnumerable<SectionViewGroup>

The SectionViewGroupCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of SectionViewGroup objects in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodAdd(Point3d) Add a SectionViewGroup which will create multiple SectionViews for each SampleLine in SampleLineGroup.
Public methodAdd(Point3d, Double, Double, SectionViewGroupCreationRangeOptions, SectionViewGroupCreationPlacementOptions) Add a SectionViewGroup which will create multiple SectionViews within specified station range in Alignment.
Public methodCode exampleAdd(Point3d, Double, Double, SectionViewGroupCreationRangeOptions, SectionViewGroupCreationPlacementOptions, SectionDisplayOptionCollection, ObjectId, ObjectId) Add a SectionViewGroup which will create multiple SectionViews within specified station range in Alignment.
Public methodGetEnumerator Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodRemove Removes a SectionViewGroup from the collection.
Public methodRemoveAt Removes a SectionViewGroup specified by index from the collection.
Top
See Also