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