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






Windows & Linux

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.

Example

Define fixed sensor pointing
[C#]Copy Code
IAgSnPtFixed fixedSensor = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45.0, AgEAzElAboutBoresight.eAzElAboutBoresightRotate); 
 

Define fixed sensor pointing
[Visual Basic .NET]Copy Code
Dim fixedSensor As IAgSnPtFixed = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45, AgEAzElAboutBoresight.eAzElAboutBoresightRotate)

CoClasses that Implement IAgSnPtFixed

© 2018 Analytical Graphics, Inc. All Rights Reserved.