Share

SuperelevationCriticalStation.GetSlope Method

Returns the slope at the specified segment type.



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

Syntax

C#

public double GetSlope(
	SuperelevationCrossSegmentType crossSegmentType
)

VB

Public Function GetSlope ( 
	crossSegmentType As SuperelevationCrossSegmentType
) As Double

C++

public:
double GetSlope(
	SuperelevationCrossSegmentType crossSegmentType
)

Parameters

crossSegmentType  SuperelevationCrossSegmentType
The type of a Superelevation cross segment.

Return Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when:
  1. The crossSegmentType is invalid for the current SuperelevationCriticalStation object.
  2. The slope value is clear on the specified crossSegmentType.

See Also

Reference

Was this information helpful?