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






Windows & Linux

Description

Specify the minimum 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 LabelFrom() As Double

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

[Managed C++]
public: __property double get_LabelFrom();
public: __property void set_LabelFrom(
double
);

[Unmanaged C++]
public: HRESULT get_LabelFrom(
double * pRetVal
);
public: HRESULT put_LabelFrom(
double NewLabelFrom
);

[Java]
public double getLabelFrom();public void setLabelFrom(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface