 | CMVUPost Method |
Post values on a map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Post(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_z,
int dummy,
int size,
int format,
int decimals,
int ref,
double angle
)
public static void Post(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_z,
int dummy,
int size,
int format,
int decimals,
int ref,
double angle
)
Public Shared Sub Post (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
dummy As Integer,
size As Integer,
format As Integer,
decimals As Integer,
ref As Integer,
angle As Double
)
Public Shared Sub Post (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
dummy As Integer,
size As Integer,
format As Integer,
decimals As Integer,
ref As Integer,
angle As Double
)
public:
static void Post(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
int dummy,
int size,
int format,
int decimals,
int ref,
double angle
)
public:
static void Post(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
int dummy,
int size,
int format,
int decimals,
int ref,
double angle
)
static member Post :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
dummy : int *
size : int *
format : int *
decimals : int *
ref : int *
angle : float -> unit
static member Post :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
dummy : int *
size : int *
format : int *
decimals : int *
ref : int *
angle : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X locations - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y locations - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Values to post - dummy
- Type: SystemInt32
Do not plot dummy values? - size
- Type: SystemInt32
Numb Size - format
- Type: SystemInt32
Format - decimals
- Type: SystemInt32
Decimals - ref
- Type: SystemInt32
Reference point number - angle
- Type: SystemDouble
Text angle
See Also