 | CGUIiMetaDataTool Method (CGXNETCore, CMETA, Int32, Int32) |
Edit a META object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iMetaDataTool(
CGXNETCore gxNetShared,
CMETA meta,
int root_token,
int schema
)
public static int iMetaDataTool(
CGXNETCore gxNetShared,
CMETA meta,
int root_token,
int schema
)
Public Shared Function iMetaDataTool (
gxNetShared As CGXNETCore,
meta As CMETA,
root_token As Integer,
schema As Integer
) As Integer
Public Shared Function iMetaDataTool (
gxNetShared As CGXNETCore,
meta As CMETA,
root_token As Integer,
schema As Integer
) As Integer
public:
static int iMetaDataTool(
CGXNETCore^ gxNetShared,
CMETA^ meta,
int root_token,
int schema
)
public:
static int iMetaDataTool(
CGXNETCore^ gxNetShared,
CMETA^ meta,
int root_token,
int schema
)
static member iMetaDataTool :
gxNetShared : CGXNETCore *
meta : CMETA *
root_token : int *
schema : int -> int
static member iMetaDataTool :
gxNetShared : CGXNETCore *
meta : CMETA *
root_token : int *
schema : int -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - meta
- Type: GeoEngine.Core.GXNetXCMETA
Meta object - root_token
- Type: SystemInt32
Root Token, <define>H_META_INVALID_TOKEN</define> for root - schema
- Type: SystemInt32
Display schema information ?
Return Value
Type:
Int32
0 - OK
non-zero - Cancel
See Also