 | CGUIiMetaDataTool Method (CMETA, Int32, Int32) |
Edit a META object
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iMetaDataTool(
CMETA meta,
int root_token,
int schema
)
public static int iMetaDataTool(
CMETA meta,
int root_token,
int schema
)
Public Shared Function iMetaDataTool (
meta As CMETA,
root_token As Integer,
schema As Integer
) As Integer
Public Shared Function iMetaDataTool (
meta As CMETA,
root_token As Integer,
schema As Integer
) As Integer
public:
static int iMetaDataTool(
CMETA^ meta,
int root_token,
int schema
)
public:
static int iMetaDataTool(
CMETA^ meta,
int root_token,
int schema
)
static member iMetaDataTool :
meta : CMETA *
root_token : int *
schema : int -> int
static member iMetaDataTool :
meta : CMETA *
root_token : int *
schema : int -> int
Parameters
- meta
- Type: GeoEngine.Core.GXNetCMETA
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