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