The sensor's pointing type. A member of the AgESnPointing enumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property PointingType() As AgESnPointing |
[C#] |
---|
public AgESnPointing PointingType {get;} |
[Managed C++] |
---|
public: __property AgESnPointing get_PointingType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointingType( AgESnPointing * pVal ); |
[Java] |
---|
public AgESnPointing getPointingType(); |
[Python - STK API ] |
---|
@property def PointingType(self) -> "AgESnPointing": |