Click or drag to resize

CMETAhCreatItem Method

Creates item in Class.

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

public int hCreatItem(
	string name,
	int ph_class
)

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