ImageCollectionItem Property  | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GlobeImageOverlay this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As GlobeImageOverlay
	Get
public:
property GlobeImageOverlay^ default[int index] {
	GlobeImageOverlay^ get (int index);
}member Item : GlobeImageOverlay with get
Parameters
- index
 - Type: SystemInt32
 
Property Value
Type: 
GlobeImageOverlay
See Also