Click or drag to resize

CVVSetStringN Method

Set N string elements in a VV.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetStringN(
	int start,
	int n,
	string value
)

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
Remarks
Element being set cannot be < 0. If the element is > current VV length, the VV length is increased.
See Also