Click or drag to resize
CVVCopy2 Method
Copy part of a vector into part of another vector.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
1. Unlike Copy_VV destination VV is not reallocated, nor is the length changed. The caller must make any desired changes. 2. All VV types are supported and will be converted using Convert_GS if necessary.
Syntax
public void Copy2(
	int i1,
	CVV oVV2,
	int i3,
	int i4
)

Parameters

i1
Type: SystemInt32
Destination start element
oVV2
Type: GeoEngine.Core.GXNetCVV
Source VV (can be the same as Destination)
i3
Type: SystemInt32
Source start element
i4
Type: SystemInt32
Number of points
See Also