 | CEMAPiGetPolyLine Method |
Returns a polyline.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetPolyLine(
string str_val,
CVV vv_x,
CVV vv_y
)
public int iGetPolyLine(
string str_val,
CVV vv_x,
CVV vv_y
)
Public Function iGetPolyLine (
str_val As String,
vv_x As CVV,
vv_y As CVV
) As Integer
Public Function iGetPolyLine (
str_val As String,
vv_x As CVV,
vv_y As CVV
) As Integer
public:
int iGetPolyLine(
String^ str_val,
CVV^ vv_x,
CVV^ vv_y
)
public:
int iGetPolyLine(
String^ str_val,
CVV^ vv_x,
CVV^ vv_y
)
member iGetPolyLine :
str_val : string *
vv_x : CVV *
vv_y : CVV -> int
member iGetPolyLine :
str_val : string *
vv_x : CVV *
vv_y : CVV -> int
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.
Remarks
The coordinates are returned in the current User projection
(See GetUserIPJ_MVIEW and SetUserIPJ_MVIEW.)
See Also