AGI STK Objects 11 Send comments on this topic.
PointTo Property (IAgMtoVOSwapDistances)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1