Click or drag to resize

CMVIEWIGetMeta Method (String, String, Int32)

Retrieves Metadata from a group

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CMETA IGetMeta(
	string group,
	ref string meta,
	int length
)

public CMETA IGetMeta(
	string group,
	ref string meta,
	int length
)

Parameters

group
Type: SystemString
Group Name
meta
Type: SystemString
Meta name
length
Type: SystemInt32
Length of Meta name variable

Return Value

Type: CMETA
META Object
See Also