Checks the presence of a Globe Image
Overlay in the collection.
[Visual Basic .NET] |
---|
Public Function Contains( _
ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) As Boolean
|
[C#] |
---|
public bool Contains(
|
[Managed C++] |
---|
public: bool Contains(
|
[Java] |
---|
public bool contains(
|
[Unmanaged C++] |
---|
public: HRESULT Contains(
|
- ImageryOverlay
- The Globe Image Overlay to search for in the collection.