 | CMETAGetAttribBool Method |
Get a boolean value to an attribute
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void GetAttribBool(
int ph_object,
int ph_attrib,
ref int value
)
public void GetAttribBool(
int ph_object,
int ph_attrib,
ref int value
)
Public Sub GetAttribBool (
ph_object As Integer,
ph_attrib As Integer,
ByRef value As Integer
)
Public Sub GetAttribBool (
ph_object As Integer,
ph_attrib As Integer,
ByRef value As Integer
)
public:
void GetAttribBool(
int ph_object,
int ph_attrib,
int% value
)
public:
void GetAttribBool(
int ph_object,
int ph_attrib,
int% value
)
member GetAttribBool :
ph_object : int *
ph_attrib : int *
value : int byref -> unit
member GetAttribBool :
ph_object : int *
ph_attrib : int *
value : int byref -> unit
Parameters
- ph_object
- Type: SystemInt32
Object - ph_attrib
- Type: SystemInt32
Attribute - value
- Type: SystemInt32
Value to set
See Also