 | CEDBIGetCurFidString Method (String, Int32) |
This method returns the currently selected value
at the current fid (if available).
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetCurFidString(
ref string val,
int size
)
public void IGetCurFidString(
ref string val,
int size
)
Public Sub IGetCurFidString (
ByRef val As String,
size As Integer
)
Public Sub IGetCurFidString (
ByRef val As String,
size As Integer
)
public:
void IGetCurFidString(
String^% val,
int size
)
public:
void IGetCurFidString(
String^% val,
int size
)
member IGetCurFidString :
val : string byref *
size : int -> unit
member IGetCurFidString :
val : string byref *
size : int -> unit
Parameters
- val
- Type: SystemString
String returned here - size
- Type: SystemInt32
Size
See Also