 | 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
Syntaxpublic int iGetFlag(
int part
)
public int iGetFlag(
int part
)
Public Function iGetFlag (
part As Integer
) As Integer
Public Function iGetFlag (
part As Integer
) As Integer
public:
int iGetFlag(
int part
)
public:
int iGetFlag(
int part
)
member iGetFlag :
part : int -> int
member iGetFlag :
part : int -> int
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