AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.