Click or drag to resize

CVVFillInt Method

Fill a VV with an int value.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void FillInt(
	int value
)

public void FillInt(
	int value
)

Parameters

value
Type: SystemInt32
Value to fill with
See Also