STK Graphics PrimitivesSend comments on this topic.
Overlay Property (IAgStkGraphicsGlobeImageOverlayAddCompleteEventArgs)
See Also
Windows





Windows & Linux

Description

The overlay object that was added earlier using AddAsync.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Overlay() As IAgStkGraphicsGlobeImageOverlay
[C#]
public IAgStkGraphicsGlobeImageOverlay Overlay {get;}
[Managed C++]
public: __property IAgStkGraphicsGlobeImageOverlay ^ get_Overlay();
[Unmanaged C++]
public: HRESULT get_Overlay(
    IAgStkGraphicsGlobeImageOverlay ** ppRetVal
);
[Java]
public IAgStkGraphicsGlobeImageOverlay getOverlay();
[Python - STK API ]
@property
def Overlay(self) -> "IAgStkGraphicsGlobeImageOverlay":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.