Click or drag to resize

CMETAhCopyAcrossClass Method

Copy a Class from one META to another

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public int hCopyAcrossClass(
	CMETA source_meta,
	int ph_class
)

public int hCopyAcrossClass(
	CMETA source_meta,
	int ph_class
)

Parameters

source_meta
Type: GeoEngine.Core.GXNetXCMETA
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
Remarks
This will copy all parent classes as well.
See Also