Click or drag to resize
CMETAIGetAttribString Method
Get a string value to an attribute

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void IGetAttribString(
	int i1,
	int i2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
Object
i2
Type: SystemInt32
Attribute
str3
Type: SystemString
String value to get
See Also