 | CEMAPiDigitize2 Method |
Digitise points from the current map and place in VVs.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iDigitize2(
CVV vvx,
CVV vvy,
CVV vvz,
CIMG img,
string prompt,
int newline
)
public int iDigitize2(
CVV vvx,
CVV vvy,
CVV vvz,
CIMG img,
string prompt,
int newline
)
Public Function iDigitize2 (
vvx As CVV,
vvy As CVV,
vvz As CVV,
img As CIMG,
prompt As String,
newline As Integer
) As Integer
Public Function iDigitize2 (
vvx As CVV,
vvy As CVV,
vvz As CVV,
img As CIMG,
prompt As String,
newline As Integer
) As Integer
public:
int iDigitize2(
CVV^ vvx,
CVV^ vvy,
CVV^ vvz,
CIMG^ img,
String^ prompt,
int newline
)
public:
int iDigitize2(
CVV^ vvx,
CVV^ vvy,
CVV^ vvz,
CIMG^ img,
String^ prompt,
int newline
)
member iDigitize2 :
vvx : CVV *
vvy : CVV *
vvz : CVV *
img : CIMG *
prompt : string *
newline : int -> int
member iDigitize2 :
vvx : CVV *
vvy : CVV *
vvz : CVV *
img : CIMG *
prompt : string *
newline : int -> int
Parameters
- vvx
- Type: GeoEngine.Core.GXNetXCVV
Real X VV - vvy
- Type: GeoEngine.Core.GXNetXCVV
Real Y VV - vvz
- Type: GeoEngine.Core.GXNetXCVV
Real Z VV - img
- Type: GeoEngine.Core.GXNetXCIMG
IMG for Z value, or <define>IMG_NULL</define> for no Z. - prompt
- Type: SystemString
Command line prompt string - newline
- Type: SystemInt32
0 for no newline 1 for automatic newline at each point
Return Value
Type:
Int32
0 if user digitized some points.
1 if user cancelled.
Remarks
The command line will start to recieve digitized points
from the mouse. Whenever the left mouse button is
pressed, the current view X,Y are placed on the workspace
command line. If a valid IMG is passed, the Z value is
also placed on the command line. If auto-newline is
specified, the line is immediately placed into the VVs,
otherwise the user has the oportunity to enter data
before pressing Enter.
Locations are in the current view user units
See Also