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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1