ImageCollectionIndexOf Method (GlobeImageOverlay) |
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(
GlobeImageOverlay imageryOverlay
)
Public Function IndexOf (
imageryOverlay As GlobeImageOverlay
) As Integer
public:
int IndexOf(
GlobeImageOverlay^ imageryOverlay
)
member IndexOf :
imageryOverlay : GlobeImageOverlay -> int
Parameters
- imageryOverlay
- Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to search for in the collection.
Return Value
Type:
Int32The index of
imageryOverlay in the collection. -1 if it isn't found.
See Also