Click or drag to resize
CDGWSetInfoMETA Method
This sets a text object to the text found in a META attribute.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void SetInfoMETA(
	int obj,
	int dlg_obj_type,
	CMETA meta,
	int meta_obj,
	int meta_attrib
)

Parameters

obj
Type: SystemInt32
Dialog Object
dlg_obj_type
Type: SystemInt32
<define>DGW_OBJECT</define>
meta
Type: GeoEngine.Core.GXNetXCMETA
meta_obj
Type: SystemInt32
Object
meta_attrib
Type: SystemInt32
Attribute
See Also