 | CMETAhCopyAcrossAttribute Method |
Copy an Attribute 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 hCopyAcrossAttribute(
CMETA source_meta,
int ph_attribute
)
public int hCopyAcrossAttribute(
CMETA source_meta,
int ph_attribute
)
Public Function hCopyAcrossAttribute (
source_meta As CMETA,
ph_attribute As Integer
) As Integer
Public Function hCopyAcrossAttribute (
source_meta As CMETA,
ph_attribute As Integer
) As Integer
public:
int hCopyAcrossAttribute(
CMETA^ source_meta,
int ph_attribute
)
public:
int hCopyAcrossAttribute(
CMETA^ source_meta,
int ph_attribute
)
member hCopyAcrossAttribute :
source_meta : CMETA *
ph_attribute : int -> int
member hCopyAcrossAttribute :
source_meta : CMETA *
ph_attribute : int -> int
Parameters
- source_meta
- Type: GeoEngine.Core.GXNetCMETA
Source META object. - ph_attribute
- Type: SystemInt32
Attribute to copy
Return Value
Type:
Int32
x - Handle of Attribute
META_INVALID_TOKEN - No visible data
See Also