Click or drag to resize
CEMAPiGetPolyLine Method
Returns a polyline.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The coordinates are returned in the current User projection (See GetUserIPJ_MVIEW and SetUserIPJ_MVIEW.)
Syntax
public int iGetPolyLine(
	string str_val,
	CVV vv_x,
	CVV vv_y
)

Parameters

str_val
Type: SystemString
User prompt string
vv_x
Type: GeoEngine.Core.GXNetXCVV
X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y

Return Value

Type: Int32
0 if line returned. 1 if user cancelled.
See Also