Click or drag to resize

CMETASetAttributeVisible Method

Allow/disallow an attribute to be visible in the browser

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetAttributeVisible(
	int ph_attribute,
	int visible
)

public void SetAttributeVisible(
	int ph_attribute,
	int visible
)

Parameters

ph_attribute
Type: SystemInt32
Attribute or <define>META_CORE_ATTRIB</define>
visible
Type: SystemInt32
Editable Flag
See Also