Get pointing data for the sensor.
Read-only property
[Visual Basic .NET] |
---|
Public Property Pointing() As IAgSnPointing |
[C#] |
---|
public IAgSnPointing Pointing {get;} |
[Managed C++] |
---|
public: __property IAgSnPointing ^ get_Pointing(); |
[Unmanaged C++] |
---|
public: HRESULT get_Pointing( IAgSnPointing ** ppVal ); |
[Java] |
---|
public IAgSnPointing getPointing(); |
[Python - STK API ] |
---|
@property def Pointing(self) -> "IAgSnPointing": |