Click or drag to resize

CMETAGetAttribOBJ Method

Get an object from an attribute

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void GetAttribOBJ(
	int ph_object,
	int ph_attrib,
	int obj
)

public void GetAttribOBJ(
	int ph_object,
	int ph_attrib,
	int obj
)

Parameters

ph_object
Type: SystemInt32
Object
ph_attrib
Type: SystemInt32
Attribute
obj
Type: SystemInt32
Object to get info into
See Also