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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Contains( _
    ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) As 
[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 * pRetVal
);

Parameters

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.