STK ObjectsSend 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 * pVal
);
public: HRESULT put_LabelFrom(
    double LabelFrom
);
[Java]
public double getLabelFrom();
public void setLabelFrom(
    double
);
[Python - STK API ]
@property
def LabelFrom(self) -> float:

@LabelFrom.setter
def LabelFrom(self, LabelFrom:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.