STK ObjectsSend comments on this topic.
SubPlanetPointVisible Property (IAgPlVO)
See Also
Windows





Windows & Linux

Description

Display the location at which the planet is overhead on the globe.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubPlanetPointVisible() As Boolean
[C#]
public bool SubPlanetPointVisible {get; set;}
[Managed C++]
public: __property bool get_SubPlanetPointVisible();
public: __property void set_SubPlanetPointVisible( bool );
[Unmanaged C++]
public: HRESULT get_SubPlanetPointVisible(
    VARIANT_BOOL * pShow
);
public: HRESULT put_SubPlanetPointVisible(
    VARIANT_BOOL pShow
);
[Java]
public bool getSubPlanetPointVisible();
public void setSubPlanetPointVisible(
    bool
);
[Python - STK API ]
@property
def SubPlanetPointVisible(self) -> bool:

@SubPlanetPointVisible.setter
def SubPlanetPointVisible(self, pShow:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.