STK ObjectsSend comments on this topic.
SetPointingType Method (IAgSensor)
See Also
PointingType
Windows





Windows & Linux

Description

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.

Syntax

[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:

Parameters

PointingType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.