This class encapsulates the range options for creating SectionViewGroup.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionViewGroupCreationRangeOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionViewGroupCreationRangeOptions : IDisposable
VB
Public Class SectionViewGroupCreationRangeOptions Implements IDisposable
C++
public ref class SectionViewGroupCreationRangeOptions : IDisposable
The SectionViewGroupCreationRangeOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SectionViewGroupCreationRangeOptions | Constructor for SectionViewGroupCreationRangeOptions. |
Properties
Name | Description | |
---|---|---|
![]() | Elevation | Gets or sets user specified elevation. |
![]() | ElevationRangeType | Gets or sets the elevation range type. |
![]() | LeftOffset | Gets user specified left offset. |
![]() | RightOffset | Gets user specified right offset. |
![]() | UseUserSpecifiedElevation | Gets or sets a boolean value which specifies whether the elevation is set by user. |
![]() | UseUserSpecifiedOffset | Gets or sets a boolean value which specifies whether the offset is set by user. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the SectionViewGroupCreationRangeOptions |
![]() | FollowSection | Sets the SectionSource to be followed to determine the elevation. |
![]() | SetOffsetRange | sets the left offset and right offset for each SectionView to be created in SectionViewGroup. |