Share

WidthOffsetTarget.GetDistanceToAlignment(ObjectId, Double, Double, Double) Method



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

Syntax

C#

public double GetDistanceToAlignment(
	ObjectId alignmentId,
	double stationOnAlignment,
	ref double xOnTarget,
	ref double yOnTarget
)

VB

Public Function GetDistanceToAlignment ( 
	alignmentId As ObjectId,
	stationOnAlignment As Double,
	ByRef xOnTarget As Double,
	ByRef yOnTarget As Double
) As Double

C++

public:
double GetDistanceToAlignment(
	ObjectId alignmentId, 
	double stationOnAlignment, 
	double% xOnTarget, 
	double% yOnTarget
)

Parameters

alignmentId  ObjectId
 
stationOnAlignment  Double
 
xOnTarget  Double
 
yOnTarget  Double
 

Return Value

Double

See Also

Reference

Was this information helpful?