Click or drag to resize

CMETAResolveUMN Method

Resolve a Unique Meta Name (UMN) and find the token

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int ResolveUMN(
	string umn
)

public int ResolveUMN(
	string umn
)

Parameters

umn
Type: SystemString
Unique Meta Name (UMN)

Return Value

Type: Int32
x - Token <define>H_META_INVALID_TOKEN</define> - Not found
See Also