 | CMETA.hCopyAcrossItem Method |
Copy an Item from one META to another
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic int hCopyAcrossItem(
CMETA source_meta,
int ph_item
)
public int hCopyAcrossItem(
CMETA source_meta,
int ph_item
)
Public Function hCopyAcrossItem (
source_meta As CMETA,
ph_item As Integer
) As Integer
Public Function hCopyAcrossItem (
source_meta As CMETA,
ph_item As Integer
) As Integer
public:
int hCopyAcrossItem(
CMETA^ source_meta,
int ph_item
)
public:
int hCopyAcrossItem(
CMETA^ source_meta,
int ph_item
)
member hCopyAcrossItem :
source_meta : CMETA *
ph_item : int -> int
member hCopyAcrossItem :
source_meta : CMETA *
ph_item : int -> int
Parameters
- source_meta
- Type: GeoEngine.Core.GXNet.CMETA
Source META object. - ph_item
- Type: System.Int32
Item to copy
Return Value
Type:
Int32
x - Handle of Item
META_INVALID_TOKEN - No visible data
See Also