 | CMETASetAttribOBJ Method |
Set an object to an attribute
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetAttribOBJ(
int ph_object,
int ph_attrib,
int obj
)
public void SetAttribOBJ(
int ph_object,
int ph_attrib,
int obj
)
Public Sub SetAttribOBJ (
ph_object As Integer,
ph_attrib As Integer,
obj As Integer
)
Public Sub SetAttribOBJ (
ph_object As Integer,
ph_attrib As Integer,
obj As Integer
)
public:
void SetAttribOBJ(
int ph_object,
int ph_attrib,
int obj
)
public:
void SetAttribOBJ(
int ph_object,
int ph_attrib,
int obj
)
member SetAttribOBJ :
ph_object : int *
ph_attrib : int *
obj : int -> unit
member SetAttribOBJ :
ph_object : int *
ph_attrib : int *
obj : int -> unit
Parameters
- ph_object
- Type: SystemInt32
Object - ph_attrib
- Type: SystemInt32
Attribute - obj
- Type: SystemInt32
Object to set
See Also