Specify the minimum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelFrom() As Double |
[C#] |
---|
public double LabelFrom {get; set;} |
[Managed C++] |
---|
public: __property double get_LabelFrom(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelFrom( double * pVal ); public: HRESULT put_LabelFrom( double LabelFrom ); |
[Java] |
---|
public double getLabelFrom(); public void setLabelFrom( double ); |