AGI STK Graphics 11Send comments on this topic.
Parent Property (IAgStkGraphicsOverlay)
See Also 
Windows






Windows & Linux

Description

Gets the overlay's parent. This may be another overlay if this overlay was added to that overlay's Overlays collection. Or, it may be the Screen Overlay Manager if this overlay was added to the SceneManager's Screen Overlays collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Parent() As IAgStkGraphicsScreenOverlayContainer
[C#]
public IAgStkGraphicsScreenOverlayContainer Parent {get;}
[Managed C++]
public: __property IAgStkGraphicsScreenOverlayContainer^ get_Parent();
[Unmanaged C++]
public: HRESULT get_Parent(
   IAgStkGraphicsScreenOverlayContainer ** ppRetVal
);
[Java]
public IAgStkGraphicsScreenOverlayContainer getParent();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.