Click or drag to resize

CSYSFindFilesVV Method

Fill a VV with files matching an input file mask.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void FindFilesVV(
	CVV vv,
	string mask
)

public static void FindFilesVV(
	CVV vv,
	string mask
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
VV object
mask
Type: SystemString
File mask to match
Remarks
Fill a VV with files matching the input file mask. The VV should be of string type.
See Also