Share

SuperelevationCriticalStation.BreakSegment Method

Removes the super-elevation information from the specified segment type.



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

Syntax

C#

public void BreakSegment(
	SuperelevationCrossSegmentType crossSegmentType
)

VB

Public Sub BreakSegment ( 
	crossSegmentType As SuperelevationCrossSegmentType
)

C++

public:
void BreakSegment(
	SuperelevationCrossSegmentType crossSegmentType
)

Parameters

crossSegmentType  SuperelevationCrossSegmentType
The type of a Superelevation cross segment.

Exceptions

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

See Also

Reference

Was this information helpful?