AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.