 | CMVIEWSetStatusXYZ Method |
Note: This API is now obsolete.
Set parameters to enable XYZ status display.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void SetStatusXYZ(
int flag,
double z
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void SetStatusXYZ(
int flag,
double z
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub SetStatusXYZ (
flag As Integer,
z As Double
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub SetStatusXYZ (
flag As Integer,
z As Double
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void SetStatusXYZ(
int flag,
double z
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void SetStatusXYZ(
int flag,
double z
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member SetStatusXYZ :
flag : int *
z : float -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member SetStatusXYZ :
flag : int *
z : float -> unit
Parameters
- flag
- Type: SystemInt32
Enable XYZ in for status bar display - z
- Type: SystemDouble
Z value in viewed section coordinates
Remarks
The view coordinates are displayed in X and Y, and normally
OE performs a ConvertXY_PJ on the (X, Y) value in the view
using the UserIPJ to display the current (X, Y) in the
status bar. In some views, however, (for instance sections
in Wholeplot), A 3D conversion is required. In a Wholeplot
section, the "Z" axis is perpendicular to the screen, and
the section center has a Z value of 0.0. The User IPJ
uses the current X,Y, and the Z supplied in this function to
do a proper 3D conversion and display the X,Y and Z value at
the specific location in the view.
See Also