Click or drag to resize

CDGWGtInfo Method (Int32, Int32, String)

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
)

public void GtInfo(
	int id,
	int info,
	ref string buff
)

Parameters

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