 | CGUIMetaDataViewer Method (CMETA, Int32, Int32) |
View a META object
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void MetaDataViewer(
CMETA meta,
int root_token,
int schema
)
public static void MetaDataViewer(
CMETA meta,
int root_token,
int schema
)
Public Shared Sub MetaDataViewer (
meta As CMETA,
root_token As Integer,
schema As Integer
)
Public Shared Sub MetaDataViewer (
meta As CMETA,
root_token As Integer,
schema As Integer
)
public:
static void MetaDataViewer(
CMETA^ meta,
int root_token,
int schema
)
public:
static void MetaDataViewer(
CMETA^ meta,
int root_token,
int schema
)
static member MetaDataViewer :
meta : CMETA *
root_token : int *
schema : int -> unit
static member MetaDataViewer :
meta : CMETA *
root_token : int *
schema : int -> unit
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 ?
See Also