ProfileViewFindStationAndElevationAtXY Method

Finds the station and elevation values at the given X,Y coordinate.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool FindStationAndElevationAtXY(
	double x,
	double y,
	ref double station,
	ref double elevation
)

Parameters

x  Double
The X coordinate in the profile view's coordinate system.
y  Double
The Y coordinate in the profile view's coordinate system.
station  Double
Returns the corresponding station.
elevation  Double
Returns the corresponding elevation.

Return Value

Boolean
Returns a flag indicating whether the point specified is within the boundary of the profile view.
See Also