Click or drag to resize

CGUIMetaDataViewer Method (CGXNETCore, CMETA, Int32, Int32)

View a META object

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void MetaDataViewer(
	CGXNETCore gxNetShared,
	CMETA meta,
	int root_token,
	int schema
)

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

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 ?
See Also