 | 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
Syntaxpublic void SetInfo(
int id,
int info,
string buff
)
public void SetInfo(
int id,
int info,
string buff
)
Public Sub SetInfo (
id As Integer,
info As Integer,
buff As String
)
Public Sub SetInfo (
id As Integer,
info As Integer,
buff As String
)
public:
void SetInfo(
int id,
int info,
String^ buff
)
public:
void SetInfo(
int id,
int info,
String^ buff
)
member SetInfo :
id : int *
info : int *
buff : string -> unit
member SetInfo :
id : int *
info : int *
buff : string -> unit
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