Click or drag to resize

CDGWSetInfoSYS Method

This sets a text object to the text found in a system parameter variable. If the variable has not been set, the text is not set.

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

public void SetInfoSYS(
	int id,
	int info,
	string group,
	string field
)

Parameters

id
Type: SystemInt32
Dialog Object
info
Type: SystemInt32
<define>DGW_OBJECT</define>
group
Type: SystemString
Group name of the Variable
field
Type: SystemString
Variable name
See Also