 | CGUIMetaDataViewer Method (IWin32Window, 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(
IWin32Window owner,
CMETA meta,
int root_token,
int schema
)
public static void MetaDataViewer(
IWin32Window owner,
CMETA meta,
int root_token,
int schema
)
Public Shared Sub MetaDataViewer (
owner As IWin32Window,
meta As CMETA,
root_token As Integer,
schema As Integer
)
Public Shared Sub MetaDataViewer (
owner As IWin32Window,
meta As CMETA,
root_token As Integer,
schema As Integer
)
public:
static void MetaDataViewer(
IWin32Window^ owner,
CMETA^ meta,
int root_token,
int schema
)
public:
static void MetaDataViewer(
IWin32Window^ owner,
CMETA^ meta,
int root_token,
int schema
)
static member MetaDataViewer :
owner : IWin32Window *
meta : CMETA *
root_token : int *
schema : int -> unit
static member MetaDataViewer :
owner : IWin32Window *
meta : CMETA *
root_token : int *
schema : int -> unit
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - 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