 | CSEMPLOTSelectPoly Method |
Select data from a polygonal area on a map.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SelectPoly(
CDB db,
CMVIEW mview,
string mask_ch,
string mineral_ch,
CPLY pply,
int mode
)
public static void SelectPoly(
CDB db,
CMVIEW mview,
string mask_ch,
string mineral_ch,
CPLY pply,
int mode
)
Public Shared Sub SelectPoly (
db As CDB,
mview As CMVIEW,
mask_ch As String,
mineral_ch As String,
pply As CPLY,
mode As Integer
)
Public Shared Sub SelectPoly (
db As CDB,
mview As CMVIEW,
mask_ch As String,
mineral_ch As String,
pply As CPLY,
mode As Integer
)
public:
static void SelectPoly(
CDB^ db,
CMVIEW^ mview,
String^ mask_ch,
String^ mineral_ch,
CPLY^ pply,
int mode
)
public:
static void SelectPoly(
CDB^ db,
CMVIEW^ mview,
String^ mask_ch,
String^ mineral_ch,
CPLY^ pply,
int mode
)
static member SelectPoly :
db : CDB *
mview : CMVIEW *
mask_ch : string *
mineral_ch : string *
pply : CPLY *
mode : int -> unit
static member SelectPoly :
db : CDB *
mview : CMVIEW *
mask_ch : string *
mineral_ch : string *
pply : CPLY *
mode : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - mview
- Type: GeoEngine.Core.GXNetCMVIEW
View Handle - mask_ch
- Type: SystemString
Mask channel to update - mineral_ch
- Type: SystemString
Mineral channel - pply
- Type: GeoEngine.Core.GXNetCPLY
Polygon to select from, in the view coordinates. - mode
- Type: SystemInt32
Mask mode (0: Append, 1: New)
See Also