AGI STK Objects 11Send comments on this topic.
SubPlanetLabelsVisible Property (IAgScGraphics)
See Also 
Windows






Windows & Linux

Description

Specify whether to display labels for sub-planet points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubPlanetLabelsVisible() As Boolean
[C#]
public bool SubPlanetLabelsVisible {get; set;}
[Managed C++]
public: __property bool get_SubPlanetLabelsVisible();
public: __property void set_SubPlanetLabelsVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_SubPlanetLabelsVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_SubPlanetLabelsVisible(
   VARIANT_BOOL NewSubPlanetLabelsVisible
);
[Java]
public bool getSubPlanetLabelsVisible();public void setSubPlanetLabelsVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.