Share

ProfileView.FindXYAtStationAndElevation Method

Finds the X,Y coordinate for the given station and elevation.



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

Syntax

C#

public bool FindXYAtStationAndElevation(
	double station,
	double elevation,
	ref double x,
	ref double y
)

VB

Public Function FindXYAtStationAndElevation ( 
	station As Double,
	elevation As Double,
	ByRef x As Double,
	ByRef y As Double
) As Boolean

C++

public:
bool FindXYAtStationAndElevation(
	double station, 
	double elevation, 
	double% x, 
	double% y
)

Parameters

station  Double
Station value along the parent alignment.
elevation  Double
Elevation value along the parent alignment.
x  Double
Returns the x value in the profile view's coordinate system.
y  Double
Returns the y value in the profile view's coordinate system.

Return Value

Boolean
Returns a flag indicating whether the point returned is within the boundary of the graph.

See Also

Reference

Was this information helpful?