STK Graphics PrimitivesSend comments on this topic.
Remove Method (IAgStkGraphicsImageCollection)
See Also
GlobeOverlay
The Globe Image Overlay 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 Globe Image Overlay to be removed.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.