STK ObjectsSend 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 * pVal
);
public: HRESULT put_SubPlanetLabelsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getSubPlanetLabelsVisible();
public void setSubPlanetLabelsVisible(
    bool
);
[Python - STK API ]
@property
def SubPlanetLabelsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.