Share

AlignmentTrackDistanceData Constructor

Initializes a new instance of the AlignmentTrackDistanceData class



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

Syntax

C#

public AlignmentTrackDistanceData(
	double stationOnThisAlignment,
	double stationOnOtherAlignment,
	double distanceBetweenAlignmentTracks
)

VB

Public Sub New ( 
	stationOnThisAlignment As Double,
	stationOnOtherAlignment As Double,
	distanceBetweenAlignmentTracks As Double
)

C++

public:
AlignmentTrackDistanceData(
	double stationOnThisAlignment, 
	double stationOnOtherAlignment, 
	double distanceBetweenAlignmentTracks
)

Parameters

stationOnThisAlignment  Double
 
stationOnOtherAlignment  Double
 
distanceBetweenAlignmentTracks  Double
 

See Also

Reference

Was this information helpful?