TerrainCollectionContains Method (String) |
Checks the presence of a
TerrainOverlay with the specified Uri in the collection.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Contains(
string stringUri
)
Public Function Contains (
stringUri As String
) As Boolean
public:
bool Contains(
String^ stringUri
)
member Contains :
stringUri : string -> bool
Parameters
- stringUri
- Type: SystemString
The String that contains the Uri to search for in the collection.
Return Value
Type:
BooleanWhether a
TerrainOverlay with the specified Uri is in the collection.
See Also