Click or drag to resize

CSTKiGetFlag Method

Get flag indicating part of STK object is to be drawn or not

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iGetFlag(
	int part
)

public int iGetFlag(
	int part
)

Parameters

part
Type: SystemInt32
<define>STK_FLAG</define>

Return Value

Type: Int32
FALSE (0) if part of the object is not to be drawn TRUE (1) if part of the object is drawn
See Also