TerrainCollectionIndexOf Method (String) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int IndexOf(
string stringUri
)
Public Function IndexOf (
stringUri As String
) As Integer
public:
int IndexOf(
String^ stringUri
)
member IndexOf :
stringUri : string -> int
Parameters
- stringUri
- Type: SystemString
The String containing the Uri to search for in the collection.
Return Value
Type:
Int32The index of the
TerrainOverlay with the specified Uri in the collection. -1 if it isn't found.
See Also