Click or drag to resize

CDBiSymbList Method

Place a list of symbols in a VV.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVV
VV to populate, must be type INT.
symb
Type: SystemInt32
<define>DB_SYMB_TYPE</define>

Return Value

Type: Int32
Number of symbols.
See Also