 | CMETAhCreatItem Method |
Creates item in Class.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic int hCreatItem(
string name,
int ph_class
)
public int hCreatItem(
string name,
int ph_class
)
Public Function hCreatItem (
name As String,
ph_class As Integer
) As Integer
Public Function hCreatItem (
name As String,
ph_class As Integer
) As Integer
public:
int hCreatItem(
String^ name,
int ph_class
)
public:
int hCreatItem(
String^ name,
int ph_class
)
member hCreatItem :
name : string *
ph_class : int -> int
member hCreatItem :
name : string *
ph_class : int -> int
Parameters
- name
- Type: SystemString
Unique item Name - ph_class
- Type: SystemInt32
Class (can be root)
Return Value
Type:
Int32
x - Next Item
<define>H_META_INVALID_TOKEN</define> - Error
See Also