Click or drag to resize
CMETAIGetAttribString Method (Int32, Int32, String, Int32)
Get a string value to an attribute

Available since Oasis montaj version: 5.1
License: Available to anyone.  

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

Parameters

ph_object
Type: SystemInt32
Object
ph_attrib
Type: SystemInt32
Attribute
value
Type: SystemString
String value to get
size
Type: SystemInt32
Length of string
See Also