AGI STK Objects 11Send comments on this topic.
IAgSnPtFixed Interface

Description

IAgSnPtFixed Interface for sensors that are fixed in the parent object's body coordinate frame, so that they always point in the same direction relative to the parent.

Public Properties

Public Property OrientationGet the sensor's orientation properties.

Interfaces

Implemented Interface
IAgSnPointing

CoClasses that Implement IAgSnPtFixed

Example

Define fixed sensor pointing
[C#]
IAgSnPtFixed fixedSensor = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45.0, AgEAzElAboutBoresight.eAzElAboutBoresightRotate);
Define fixed sensor pointing
[Visual Basic .NET]
Dim fixedSensor As IAgSnPtFixed = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45, AgEAzElAboutBoresight.eAzElAboutBoresightRotate)
© 2019 Analytical Graphics, Inc. All Rights Reserved.