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






Windows & Linux

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 * pVal
);
public: HRESULT put_AxisLabelsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getAxisLabelsVisible();
public void setAxisLabelsVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.