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
Interfaces
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)
|
|