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





Windows & Linux

Description

Gets the screen overlay that was picked.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.