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.

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

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