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