Click or drag to resize

CGUIiMetaDataTool Method (IWin32Window, 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
Syntax
public static int iMetaDataTool(
	IWin32Window owner,
	CMETA meta,
	int root_token,
	int schema
)

public static int iMetaDataTool(
	IWin32Window owner,
	CMETA meta,
	int root_token,
	int schema
)

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 ?

Return Value

Type: Int32
0 - OK non-zero - Cancel
See Also