STK ObjectsSend comments on this topic.
SubPlanetPointsVisible Property (IAgScGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether to display sub-planet points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubPlanetPointsVisible() As Boolean
[C#]
public bool SubPlanetPointsVisible {get; set;}
[Managed C++]
public: __property bool get_SubPlanetPointsVisible();
public: __property void set_SubPlanetPointsVisible( bool );
[Unmanaged C++]
public: HRESULT get_SubPlanetPointsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SubPlanetPointsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getSubPlanetPointsVisible();
public void setSubPlanetPointsVisible(
    bool
);
[Python - STK API ]
@property
def SubPlanetPointsVisible(self) -> bool:

@SubPlanetPointsVisible.setter
def SubPlanetPointsVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.