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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface