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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1