Click or drag to resize
CDGWSetInfo Method
This method sets the string of a text object. If the string is too long it will be truncated.

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

Parameters

id
Type: SystemInt32
Handle to the TEXT Object
info
Type: SystemInt32
<define>DGW_OBJECT</define>
buff
Type: SystemString
String to set the Text To
See Also