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