 | CEMAP.iGetPolyLineXYZ Method |
Returns a polyline.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetPolyLineXYZ(
string str_val,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public int iGetPolyLineXYZ(
string str_val,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Function iGetPolyLineXYZ (
str_val As String,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
) As Integer
Public Function iGetPolyLineXYZ (
str_val As String,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
) As Integer
public:
int iGetPolyLineXYZ(
String^ str_val,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
int iGetPolyLineXYZ(
String^ str_val,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member iGetPolyLineXYZ :
str_val : string *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> int
member iGetPolyLineXYZ :
str_val : string *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> int
Parameters
- str_val
- Type: System.String
User prompt string - vv_x
- Type: GeoEngine.Core.GXNetX.CVV
X - vv_y
- Type: GeoEngine.Core.GXNetX.CVV
Y - vv_z
- Type: GeoEngine.Core.GXNetX.CVV
Z
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.) In this version
of the method X, Y and Z (depth) are returned. Initially created
to deal with crooked sections.
See Also