 | CMETACreateAttrib Method |
Create an attribute
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic int CreateAttrib(
string name,
int ph_class,
int ph_type
)
public int CreateAttrib(
string name,
int ph_class,
int ph_type
)
Public Function CreateAttrib (
name As String,
ph_class As Integer,
ph_type As Integer
) As Integer
Public Function CreateAttrib (
name As String,
ph_class As Integer,
ph_type As Integer
) As Integer
public:
int CreateAttrib(
String^ name,
int ph_class,
int ph_type
)
public:
int CreateAttrib(
String^ name,
int ph_class,
int ph_type
)
member CreateAttrib :
name : string *
ph_class : int *
ph_type : int -> int
member CreateAttrib :
name : string *
ph_class : int *
ph_type : int -> int
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:
Int32x - Attribute Token
See Also