Click or drag to resize

PassThroughCesiumUriResolverResolveUri Method

Resolves a URI, leaving it unchanged.

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public string ResolveUri(
	string uri
)

Parameters

uri
Type: SystemString
The source URI.

Return Value

Type: String
The same URI.

Implements

ICesiumUriResolverResolveUri(String)
See Also