Click or drag to resize
CDGWGtInfo Method (Int32, Int32, String, Int32)
This method fills the specified string with the text from the text object specified.

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 GtInfo(
	int id,
	int info,
	ref string buff,
	int size
)

Parameters

id
Type: SystemInt32
Handle to the TEXT Object
info
Type: SystemInt32
<define>DGW_OBJECT</define>
buff
Type: SystemString
Where to place the String
size
Type: SystemInt32
Size of the String
See Also