Click or drag to resize

CMSTKGetSTK Method

Get a specific STK object from a MSTK object (Index of 0 gets the first STK in the MSTK)

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CSTK GetSTK(
	int num
)

public CSTK GetSTK(
	int num
)

Parameters

num
Type: SystemInt32
Index to STK to get

Return Value

Type: CSTK
x - STK Object handle
See Also