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