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

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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