Returns celestial bodies within the sensor's field of view.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT GetStarsInFOV( VARIANT Epoch, IAgCelestialBodyCollection ** ppRetVal ); |
[Java] |
---|
public IAgCelestialBodyCollection getStarsInFOV( AgVariant Epoch ); |
[Python - STK API ] |
---|
def GetStarsInFOV(self, Epoch:typing.Any) -> "IAgCelestialBodyCollection": |
- Epoch