Share

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

 NameDescription
Public methodSectionViewGroupCreationRangeOptions Constructor for SectionViewGroupCreationRangeOptions.

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.

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.

See Also

Reference

Was this information helpful?