ImageCollectionContains 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 bool Contains(
GlobeImageOverlay imageryOverlay
)
Public Function Contains (
imageryOverlay As GlobeImageOverlay
) As Boolean
public:
virtual bool Contains(
GlobeImageOverlay^ imageryOverlay
) sealed
abstract Contains :
imageryOverlay : GlobeImageOverlay -> bool
override Contains :
imageryOverlay : GlobeImageOverlay -> bool
Parameters
- imageryOverlay
- Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to search for in the collection.
Return Value
Type:
BooleanWhether
imageryOverlay is in the collection.
Implements
ICollectionTContains(T)See Also