AGI STK Graphics 11 Send comments on this topic.
Contains Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to search for in the collection.





Description

Checks the presence of a Globe Image Overlay in the collection.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) As Boolean

[C#]
public bool Contains(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Managed C++]
public: bool Contains(
IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);

[Java]
public bool contains(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Unmanaged C++]
public: HRESULT Contains(
IAgStkGraphicsGlobeImageOverlay * ImageryOverlay,
VARIANT_BOOL * ReturnValue
);

Parameters

ImageryOverlay
The Globe Image Overlay to search for in the collection.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1