STK Graphics PrimitivesSend 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 Boolean
[C#]
public bool Contains(
    IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Managed C++]
public: bool Contains(
    IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);
[Unmanaged C++]
public: HRESULT Contains(
    IAgStkGraphicsGlobeImageOverlay * ImageryOverlay,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Python - STK API ]
def Contains(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay") -> bool:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.