Click or drag to resize

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
Syntax
public void IGetCurFidString(
	ref string val,
	int size
)

public void IGetCurFidString(
	ref string val,
	int size
)

Parameters

val
Type: SystemString
String returned here
size
Type: SystemInt32
Size
See Also