CachingCesiumUriResolverContainsUri Method |
Checks whether the cache already contains a resolved URI for the given URI.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ContainsUri(
string sourceUri
)
Public Function ContainsUri (
sourceUri As String
) As Boolean
public:
bool ContainsUri(
String^ sourceUri
)
member ContainsUri :
sourceUri : string -> bool
Parameters
- sourceUri
- Type: SystemString
The source URI.
Return Value
Type:
BooleanTrue if the cache already has a resolved URI for that URI, false otherwise.
See Also