 | CMETADeleteAttrib Method |
Delete Attrib from META.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void DeleteAttrib(
int ph_attribute
)
public void DeleteAttrib(
int ph_attribute
)
Public Sub DeleteAttrib (
ph_attribute As Integer
)
Public Sub DeleteAttrib (
ph_attribute As Integer
)
public:
void DeleteAttrib(
int ph_attribute
)
public:
void DeleteAttrib(
int ph_attribute
)
member DeleteAttrib :
ph_attribute : int -> unit
member DeleteAttrib :
ph_attribute : int -> unit
Parameters
- ph_attribute
- Type: SystemInt32
Attrib to delete
See Also