Click or drag to resize

CVViCountDummies Method

Count the number of dummies in a VV

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iCountDummies(
	int start,
	int elem
)

public int iCountDummies(
	int start,
	int elem
)

Parameters

start
Type: SystemInt32
Starting point in VV (0 for all)
elem
Type: SystemInt32
Number of elements to process (-1 for all)

Return Value

Type: Int32
The count
See Also