AGI STK Objects 11 Send comments on this topic.
GetStarsInFOV Method (IAgSensor)
See Also 
Epoch





Description

Returns celestial bodies within the sensor's field of view.

Syntax

[Visual Basic .NET]
Public Function GetStarsInFOV( _
   ByVal Epoch As System.Object _
) As IAgCelestialBodyCollection

[C#]
public IAgCelestialBodyCollection GetStarsInFOV(
System.Object Epoch
);

[Managed C++]
public: IAgCelestialBodyCollection^ GetStarsInFOV(
VARIANT Epoch
);

[Java]
public IAgCelestialBodyCollection getStarsInFOV(
Variant Epoch
);

[Unmanaged C++]
public: HRESULT GetStarsInFOV(
VARIANT Epoch,
IAgCelestialBodyCollection ** ReturnValue
);

Parameters

Epoch

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1