Click or drag to resize
CVViCountDummies Method
Count the number of dummies in a VV

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iCountDummies(
	int i1,
	int i2
)

Parameters

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

Return Value

Type: Int32
The count
See Also