Click or drag to resize
CMETASetAttribString Method
Set 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 SetAttribString(
	int ph_object,
	int ph_attrib,
	string value
)

Parameters

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