Click or drag to resize
CSTKSetVAIndexStart Method
Start array profile index labels at 0 or 1.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
By default, the index labels for array channel profiles begin at 0. Use this function to start them at either 0 or 1.
Syntax
public void SetVAIndexStart(
	int index0
)

Parameters

index0
Type: SystemInt32
Starting index (0 or 1)
See Also