Click or drag to resize

CMVIEWIGetMeta Method (String, String)

Retrieves Metadata from a group

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public CMETA IGetMeta(
	string group,
	ref string meta
)

public CMETA IGetMeta(
	string group,
	ref string meta
)

Parameters

group
Type: SystemString
Group Name
meta
Type: SystemString
Meta name

Return Value

Type: CMETA
META Object
See Also