ProfileViewFindStationAndElevationAtXY Method |
Finds the station and elevation values at the given X,Y coordinate.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool FindStationAndElevationAtXY(
double x,
double y,
ref double station,
ref double elevation
)
Public Function FindStationAndElevationAtXY (
x As Double,
y As Double,
ByRef station As Double,
ByRef elevation As Double
) As Boolean
public:
bool FindStationAndElevationAtXY(
double x,
double y,
double% station,
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