Share

SuperelevationCriticalStation.IsGradeBreak Method

Returns whether there is a slope change from previous segment and next segment.



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

Syntax

C#

public bool IsGradeBreak(
	SuperelevationCrossSegmentType crossSegmentType
)

VB

Public Function IsGradeBreak ( 
	crossSegmentType As SuperelevationCrossSegmentType
) As Boolean

C++

public:
bool IsGradeBreak(
	SuperelevationCrossSegmentType crossSegmentType
)

Parameters

crossSegmentType  SuperelevationCrossSegmentType
The type of a Superelevation cross segment.

Return Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object.

Remarks

This value will always be true for the SuperelevationCrossSegmentType::BeginAlignment and SuperelevationCrossSegmentType::EndAlignment.

See Also

Reference

Was this information helpful?