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