STK Graphics PrimitivesSend comments on this topic.
Remove Method (IAgStkGraphicsImageCollection)
See Also
GlobeOverlay
The to be removed.
Windows





Windows & Linux

Description

Removes a globe image overlay from the collection.

Syntax

[Visual Basic .NET]
Public Function Remove( _
    ByVal GlobeOverlay As IAgStkGraphicsGlobeImageOverlay _
) As Boolean
[Managed C++]
public: bool Remove(
    IAgStkGraphicsGlobeImageOverlay ^ GlobeOverlay
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgStkGraphicsGlobeImageOverlay * GlobeOverlay,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool remove(
    IAgStkGraphicsGlobeImageOverlay GlobeOverlay
);
[Python - STK API]
def Remove(self, GlobeOverlay:"IAgStkGraphicsGlobeImageOverlay") -> bool:

Parameters

GlobeOverlay
The to be removed.

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.