Click or drag to resize

CMETASetAttribEnum Method

Set an enum value to an attribute (as an integer)

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetAttribEnum(
	int ph_object,
	int ph_attrib,
	int value
)

public void SetAttribEnum(
	int ph_object,
	int ph_attrib,
	int value
)

Parameters

ph_object
Type: SystemInt32
Object
ph_attrib
Type: SystemInt32
Attribute
value
Type: SystemInt32
Value to set
See Also