Click or drag to resize

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
Syntax
public void SetEmptyAttrib(
	int ph_object,
	int ph_attrib
)

public void SetEmptyAttrib(
	int ph_object,
	int ph_attrib
)

Parameters

ph_object
Type: SystemInt32
MetaObject to set
ph_attrib
Type: SystemInt32
Attribute MetaObject to set
See Also