Click or drag to resize

CSTKISetFlag Method

Set 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 void ISetFlag(
	int flag,
	int part
)

public void ISetFlag(
	int flag,
	int part
)

Parameters

flag
Type: SystemInt32
Flag to set (0 or 1)
part
Type: SystemInt32
<define>STK_FLAG</define>
See Also