SectionViewGroupCreationRangeOptions Class

This class encapsulates the range options for creating SectionViewGroup.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSectionViewGroupCreationRangeOptions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SectionViewGroupCreationRangeOptions : IDisposable

The SectionViewGroupCreationRangeOptions type exposes the following members.

Constructors
 NameDescription
Public methodSectionViewGroupCreationRangeOptions Constructor for SectionViewGroupCreationRangeOptions.
Top
Properties
 NameDescription
Public propertyElevation Gets or sets user specified elevation.
Public propertyElevationRangeType Gets or sets the elevation range type.
Public propertyLeftOffset Gets user specified left offset.
Public propertyRightOffset Gets user specified right offset.
Public propertyUseUserSpecifiedElevation Gets or sets a boolean value which specifies whether the elevation is set by user.
Public propertyUseUserSpecifiedOffset Gets or sets a boolean value which specifies whether the offset is set by user.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the SectionViewGroupCreationRangeOptions
Public methodFollowSection Sets the SectionSource to be followed to determine the elevation.
Public methodSetOffsetRange sets the left offset and right offset for each SectionView to be created in SectionViewGroup.
Top
See Also