Click or drag to resize

CVMIGetString Method (Int32, String)

Get a string element from a VM.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetString(
	int element,
	ref string str_val
)

public void IGetString(
	int element,
	ref string str_val
)

Parameters

element
Type: SystemInt32
Element wanted
str_val
Type: SystemString
String in which to place element
Remarks
Returns element wanted, or blank string if the value is dummy or outside of the range of data. Type conversions are performed if necessary. Dummy values are converted to "*" string.
See Also