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.
Read-only property
[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(); |
[Python - STK API ] |
---|
@property def Parent(self) -> "IAgStkGraphicsScreenOverlayContainer": |