The SectionViewGroupCollection type exposes the following members.

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 methodAdd(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.

Properties

  NameDescription
Public propertyCount
Gets the number of SectionViewGroup objects in the collection.
Public propertyItem

See Also