Click or drag to resize

CMVUPost Method

Post values on a map.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Post(
	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(
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	int dummy,
	int size,
	int format,
	int decimals,
	int ref,
	double angle
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetCVV
X locations
vv_y
Type: GeoEngine.Core.GXNetCVV
Y locations
vv_z
Type: GeoEngine.Core.GXNetCVV
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