AGI STK Objects 11 Send comments on this topic.
AxisLabelsVisible Property (IAgVORefCrdnPlane)
See Also 





Description

Displays labels for the selected axis. Only available for planes.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AxisLabelsVisible();
public: __property void set_AxisLabelsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_AxisLabelsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AxisLabelsVisible(
VARIANT_BOOL NewAxisLabelsVisible
);

[Java]
public bool getAxisLabelsVisible();public void setAxisLabelsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1