STK ObjectsSend comments on this topic.
Orientation Property (IAgSnPtTrgtBsightFixed)
See Also
Windows





Windows & Linux

Description

Get the orientation of the sensor.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.