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