Click or drag to resize

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
Syntax
public static void MetaDataViewer(
	CMETA meta,
	int root_token,
	int schema
)

public static void MetaDataViewer(
	CMETA meta,
	int root_token,
	int schema
)

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