Click or drag to resize
CMETACreateAttrib Method
Create an attribute

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int CreateAttrib(
	string name,
	int ph_class,
	int ph_type
)

Parameters

name
Type: SystemString
Attribute Name
ph_class
Type: SystemInt32
Parent class or <define>META_CORE_CLASS</define>
ph_type
Type: SystemInt32
Type of Attribute or <define>META_CORE_TYPE</define>

Return Value

Type: Int32
x - Attribute Token
See Also