 | CSHPSetString Method |
Set a data value to a string.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetString(
int index,
string str_val
)
public void SetString(
int index,
string str_val
)
Public Sub SetString (
index As Integer,
str_val As String
)
Public Sub SetString (
index As Integer,
str_val As String
)
public:
void SetString(
int index,
String^ str_val
)
public:
void SetString(
int index,
String^ str_val
)
member SetString :
index : int *
str_val : string -> unit
member SetString :
index : int *
str_val : string -> unit
Parameters
- index
- Type: SystemInt32
Data field index - str_val
- Type: SystemString
Input string value
RemarksThe input string is converted to the field's data type.
See Also