 | CMETAhCopyAcrossClass Method |
Copy a Class 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 hCopyAcrossClass(
CMETA source_meta,
int ph_class
)
public int hCopyAcrossClass(
CMETA source_meta,
int ph_class
)
Public Function hCopyAcrossClass (
source_meta As CMETA,
ph_class As Integer
) As Integer
Public Function hCopyAcrossClass (
source_meta As CMETA,
ph_class As Integer
) As Integer
public:
int hCopyAcrossClass(
CMETA^ source_meta,
int ph_class
)
public:
int hCopyAcrossClass(
CMETA^ source_meta,
int ph_class
)
member hCopyAcrossClass :
source_meta : CMETA *
ph_class : int -> int
member hCopyAcrossClass :
source_meta : CMETA *
ph_class : int -> int
Parameters
- source_meta
- Type: GeoEngine.Core.GXNetCMETA
Source META object. - ph_class
- Type: SystemInt32
Class to copy
Return Value
Type:
Int32
x - Handle of Class
META_INVALID_TOKEN - No visible data anywhere
RemarksThis will copy all parent classes as well.
See Also