Click or drag to resize
CGUIiMetaDataTool Method (CGXNETCore, IWin32Window, CMETA, Int32, Int32)
Edit a META object

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int iMetaDataTool(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	CMETA meta,
	int root_token,
	int schema
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
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 ?

Return Value

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