Click or drag to resize

CDBiSymbList Method

Place a list of symbols in a VV.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iSymbList(
	CVV vv,
	int symb
)

public int iSymbList(
	CVV vv,
	int symb
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
VV to populate, must be type INT.
symb
Type: SystemInt32
<define>DB_SYMB_TYPE</define>

Return Value

Type: Int32
Number of symbols.
See Also