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

Syntax

C#
public double GetDistanceToAlignment(
	ObjectId alignmentId,
	double stationOnAlignment,
	ref double xOnTarget,
	ref double yOnTarget
)
Visual Basic
Public Function GetDistanceToAlignment ( _
	alignmentId As ObjectId, _
	stationOnAlignment As Double, _
	ByRef xOnTarget As Double, _
	ByRef yOnTarget As Double _
) As Double
Visual C++
public:
double GetDistanceToAlignment(
	ObjectId alignmentId, 
	double stationOnAlignment, 
	double% xOnTarget, 
	double% yOnTarget
)

Parameters

alignmentId
Type: ObjectId
stationOnAlignment
Type: System..::..Double
xOnTarget
Type: System..::..Double%
yOnTarget
Type: System..::..Double%

See Also