STK ObjectsSend comments on this topic.
BoresightData Property (IAgSnPtTargeted)
See Also
Windows





Windows & Linux

Description

Get orientation data for the selected boresight type.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BoresightData() As IAgSnPtTrgtBsight
[C#]
public IAgSnPtTrgtBsight BoresightData {get;}
[Managed C++]
public: __property IAgSnPtTrgtBsight ^ get_BoresightData();
[Unmanaged C++]
public: HRESULT get_BoresightData(
    IAgSnPtTrgtBsight ** ppVal
);
[Java]
public IAgSnPtTrgtBsight getBoresightData();
[Python - STK API ]
@property
def BoresightData(self) -> "IAgSnPtTrgtBsight":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.