Click or drag to resize
CEMAPiGetPolyLine Method
Returns a polyline.

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The coordinates are returned in the current User projection (See GetUserIPJ_MVIEW and SetUserIPJ_MVIEW.)
Syntax
public int iGetPolyLine(
	string str1,
	CVV oVV2,
	CVV oVV3
)

Parameters

str1
Type: SystemString
user prompt string
oVV2
Type: GeoEngine.Core.GXNetCVV
X
oVV3
Type: GeoEngine.Core.GXNetCVV
Y

Return Value

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