SectionViewFindOffsetAndElevationAtXY Method |
Finds the offset and elevation values at the given X,Y coordinate.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool FindOffsetAndElevationAtXY(
double x,
double y,
ref double offset,
ref double elevation
)
Public Function FindOffsetAndElevationAtXY (
x As Double,
y As Double,
ByRef offset As Double,
ByRef elevation As Double
) As Boolean
public:
bool FindOffsetAndElevationAtXY(
double x,
double y,
double% offset,
double% elevation
)
Parameters
- x Double
- The X coordinate in the section view's coordinate system.
- y Double
- The Y coordinate in the section view's coordinate system.
- offset Double
- Returns the corresponding offset.
- elevation Double
- Returns the corresponding elevation.
Return Value
Boolean
Returns a flag indicating whether the point specified is within the boundary of the section view.
See Also