AGI STK Objects 11 Send comments on this topic.
LabelsVisible Property (IAgMtoVOGlobalTrackOptions)
See Also 





Description

Opt whether to display MTO track labels in the 3D graphics window.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_LabelsVisible();
public: __property void set_LabelsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_LabelsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_LabelsVisible(
VARIANT_BOOL NewLabelsVisible
);

[Java]
public bool getLabelsVisible();public void setLabelsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1