Click or drag to resize

CMETACreateAttrib Method

Create an attribute

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int CreateAttrib(
	string name,
	int ph_class,
	int ph_type
)

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