Method to set the sensor's pointing type, using the AgESnPointing enumeration.
Note: you cannot specify the eSnPtExternal enumeration using this method. To set sensor pointing using an external file, you must use the SetPointingExternalFile method.
[Visual Basic .NET] |
---|
Public Sub SetPointingType( _ ByVal PointingType As AgESnPointing _ ) |
[C#] |
---|
public void SetPointingType( AgESnPointing PointingType ); |
[Managed C++] |
---|
public: void SetPointingType( AgESnPointing PointingType ); |
[Unmanaged C++] |
---|
public: HRESULT SetPointingType( AgESnPointing PointingType ); |
[Java] |
---|
public void setPointingType( AgESnPointing PointingType ); |
[Python - STK API ] |
---|
def SetPointingType(self, PointingType:"AgESnPointing") -> None: |
- PointingType