 | CMETAFindData Method |
Does this meta/attribute have a value ?
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic int FindData(
int ph_object,
int ph_attrib
)
public int FindData(
int ph_object,
int ph_attrib
)
Public Function FindData (
ph_object As Integer,
ph_attrib As Integer
) As Integer
Public Function FindData (
ph_object As Integer,
ph_attrib As Integer
) As Integer
public:
int FindData(
int ph_object,
int ph_attrib
)
public:
int FindData(
int ph_object,
int ph_attrib
)
member FindData :
ph_object : int *
ph_attrib : int -> int
member FindData :
ph_object : int *
ph_attrib : int -> int
Parameters
- ph_object
- Type: SystemInt32
Object - ph_attrib
- Type: SystemInt32
Attribute
Return Value
Type:
Int32
x - Data Value
<define>H_META_INVALID_TOKEN</define> - No
See Also