Click or drag to resize
CVVSetStringN Method
Set N string elements in a VV.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Element being set cannot be < 0. If the element is > current VV length, the VV length is increased.
Syntax
public void SetStringN(
	int start,
	int n,
	string value
)

Parameters

start
Type: SystemInt32
Start element (>= 0)
n
Type: SystemInt32
# elements to set (-1 sets all elements to end)
value
Type: SystemString
String to set
See Also