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