Click or drag to resize

CVMiGetInt Method

Get an integer element from a VM.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iGetInt(
	int element
)

public int iGetInt(
	int element
)

Parameters

element
Type: SystemInt32
Element wanted

Return Value

Type: Int32
Element wanted, or <define>iDUMMY</define> if the value is dummy or outside of the range of data.
See Also