AGI STK Graphics 11 Send 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();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface