STK ObjectsSend comments on this topic.
BoresightAxis Property (IAgSnAzElMaskFile)
See Also
Windows





Windows & Linux

Description

Boresight Axis, calculated using the body-fixed coordinates of the sensor's parent object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoresightAxis() As AgESnAzElBsightAxisType
[C#]
public AgESnAzElBsightAxisType BoresightAxis {get; set;}
[Managed C++]
public: __property AgESnAzElBsightAxisType get_BoresightAxis();
public: __property void set_BoresightAxis( AgESnAzElBsightAxisType );
[Unmanaged C++]
public: HRESULT get_BoresightAxis(
    AgESnAzElBsightAxisType * pVal
);
public: HRESULT put_BoresightAxis(
    AgESnAzElBsightAxisType pVal
);
[Java]
public AgESnAzElBsightAxisType getBoresightAxis();
public void setBoresightAxis(
    AgESnAzElBsightAxisType
);
[Python - STK API ]
@property
def BoresightAxis(self) -> "AgESnAzElBsightAxisType":

@BoresightAxis.setter
def BoresightAxis(self, pVal:"AgESnAzElBsightAxisType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.