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

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void PostEx(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	int i6,
	double d7,
	double d8,
	int i9,
	int i10,
	int i11,
	double d12,
	double d13,
	int i14,
	double d15,
	int i16,
	double d17,
	int i18,
	double d19,
	int i20
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X locations
oVV3
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV4
Type: GeoEngine.Core.GXNetCVV
Values to post
oVV5
Type: GeoEngine.Core.GXNetCVV
Station
i6
Type: SystemInt32
Do not plot dummy values? GEO_BOOLConstant
d7
Type: SystemDouble
Base to remove, default is 0.0
d8
Type: SystemDouble
detection limit, can be GS_R8DM
i9
Type: SystemInt32
Numb Size
i10
Type: SystemInt32
Format
i11
Type: SystemInt32
Decimals
d12
Type: SystemDouble
Offset along line (right and above are positive)
d13
Type: SystemDouble
Offset perpendicular to line
i14
Type: SystemInt32
TRUE - Positive above, Negative below FALSE - All above.
d15
Type: SystemDouble
Modulas on station vv
i16
Type: SystemInt32
Reference point number
d17
Type: SystemDouble
Text angle (degree, CCW from down-line)
i18
Type: SystemInt32
Fixed angle ?
d19
Type: SystemDouble
vertical reference angle
i20
Type: SystemInt32
1 up is right, -1 up is left
See Also