Click or drag to resize

CMETASetEmptyAttrib Method

Set an empty attribute data holder

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.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