STK ObjectsSend 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
);
[Python - STK API ]
@property
def AxisLabelsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.