AGI STK Objects 11 Send comments on this topic.
PositionLabelVisible Property (IAgPlGraphics)
See Also 





Description

Specify whether a label displays for the inertial position of the planet. This option affects only the perspective and orthographic map projections.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PositionLabelVisible() As Boolean

[C#]
public bool PositionLabelVisible {get; set;}

[Managed C++]
public: __property bool get_PositionLabelVisible();
public: __property void set_PositionLabelVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_PositionLabelVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PositionLabelVisible(
VARIANT_BOOL NewPositionLabelVisible
);

[Java]
public bool getPositionLabelVisible();public void setPositionLabelVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1