STK Graphics PrimitivesSend comments on this topic.
Overlays Property (IAgStkGraphicsScreenOverlayManager)
See Also
Windows





Windows & Linux

Description

Gets the collection of overlays that are contained within this manager.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.