STK ObjectsSend 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 * pVal
);
public: HRESULT put_PointTo(
    double PointTo
);
[Java]
public double getPointTo();
public void setPointTo(
    double
);
[Python - STK API ]
@property
def PointTo(self) -> float:

@PointTo.setter
def PointTo(self, PointTo:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.