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