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






Windows & Linux

Description

Specify the maximum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelTo() As Double

[C#]
public double LabelTo {get; set;}

[Managed C++]
public: __property double get_LabelTo();
public: __property void set_LabelTo(
double
);

[Unmanaged C++]
public: HRESULT get_LabelTo(
double * pRetVal
);
public: HRESULT put_LabelTo(
double NewLabelTo
);

[Java]
public double getLabelTo();public void setLabelTo(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface