Click or drag to resize
CMVUPostEx Method
Post values on a map with more paramters.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void PostEx(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_s,
	int dummy,
	double base,
	double min_detect,
	int size,
	int format,
	int decimals,
	double offset_l,
	double offset_p,
	int alternate,
	double mod,
	int ref,
	double angle,
	int fixed,
	double ref_ang,
	int up
)

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
vv_s
Type: GeoEngine.Core.GXNetXCVV
Station
dummy
Type: SystemInt32
Do not plot dummy values?
base
Type: SystemDouble
Base to remove, default is 0.0
min_detect
Type: SystemDouble
Detection limit, can be <define>GS_R8DM</define>
size
Type: SystemInt32
Numb Size
format
Type: SystemInt32
Format
decimals
Type: SystemInt32
Decimals
offset_l
Type: SystemDouble
Offset along line (right and above are positive)
offset_p
Type: SystemDouble
Offset perpendicular to line
alternate
Type: SystemInt32
TRUE - Positive above, Negative below FALSE - All above.
mod
Type: SystemDouble
Modulas on station vv
ref
Type: SystemInt32
Reference point number
angle
Type: SystemDouble
Text angle (degree, CCW from down-line)
fixed
Type: SystemInt32
Fixed angle ?
ref_ang
Type: SystemDouble
Vertical reference angle
up
Type: SystemInt32
1 up is right, -1 up is left
See Also