STK Real-Time Tracking ToolSend comments on this topic.
Distance Property (IAgRt3DistanceQuery)
See Also
Windows





Windows & Linux

Description

The maximum distance, in meters, from the reference position or entity we want entities to be.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Distance() As Double
[C#]
public double Distance {get; set;}
[Managed C++]
public: __property double get_Distance();
public: __property void set_Distance( double );
[Unmanaged C++]
public: HRESULT get_Distance(
    double * pMeters
);
public: HRESULT put_Distance(
    double Meters
);
[Java]
public double getDistance();
public void setDistance(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.