Click or drag to resize

CMETAIGetAttribString Method (Int32, Int32, String)

Get a string value to an attribute

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void IGetAttribString(
	int ph_object,
	int ph_attrib,
	ref string value
)

public void IGetAttribString(
	int ph_object,
	int ph_attrib,
	ref string value
)

Parameters

ph_object
Type: SystemInt32
Object
ph_attrib
Type: SystemInt32
Attribute
value
Type: SystemString
String value to get
See Also