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





Description

Specify the minimum 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 PointFrom() As Double

[C#]
public double PointFrom {get; set;}

[Managed C++]
public: __property double get_PointFrom();
public: __property void set_PointFrom(
double
);

[Unmanaged C++]
public: HRESULT get_PointFrom(
double * pRetVal
);
public: HRESULT put_PointFrom(
double NewPointFrom
);

[Java]
public double getPointFrom();public void setPointFrom(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1