Share

SuperelevationCriticalStation Class

This class represents a super-elevation critical station on an Alignment object.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesSuperelevationCriticalStation


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class SuperelevationCriticalStation : IDisposable

VB

Public NotInheritable Class SuperelevationCriticalStation
	Implements IDisposable

C++

public ref class SuperelevationCriticalStation sealed : IDisposable

The SuperelevationCriticalStation type exposes the following members.

Properties

 NameDescription
Public propertyParentAlignmentId Gets the ObjectId of the parent Alignment.
Public propertyStation Gets or sets the station of the SuperelevationCriticalStation object.
Public propertyStationType Gets the critical station type of the SuperelevationCriticalStation object.
Public propertySuperelevationCurveName Gets the name of the SuperelevationCurve where the critical station belongs.
Public propertyTransitionDescription Gets or sets a string value that describes the transition type.
Public propertyTransitionRegionType Gets a value specifying whether the critical station is bound to the begining of the curve (In) or the end of the curve (Out).

Methods

 NameDescription
Public methodBreakSegment Removes the super-elevation information from the specified segment type.
Public methodDisposeReleases all resources used by the SuperelevationCriticalStation
Public methodGetSlope Returns the slope at the specified segment type.
Public methodGetSmoothingLength Returns the smoothing length at the specified segment type.
Public methodIsGradeBreak Returns whether there is a slope change from previous segment and next segment.
Public methodRemoveGradeBreak Resets the slope value to its initialization value at the specified segment type.
Public methodSetSlope Sets the slope at the specified segment type.
Public methodSetSmoothingLength Sets the smoothing length at the specified segment type.

See Also

Reference

Was this information helpful?