Click or drag to resize

CSTKSetVAIndexStart Method

Start array profile index labels at 0 or 1.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetVAIndexStart(
	int index0
)

public void SetVAIndexStart(
	int index0
)

Parameters

index0
Type: SystemInt32
Starting index (0 or 1)
Remarks
By default, the index labels for array channel profiles begin at 0. Use this function to start them at either 0 or 1.
See Also