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.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetInfo(
	int id,
	int info,
	string buff
)

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