Sets the pointing method to Spinning.
| [Visual Basic .NET] |
|---|
Public Function SetPointingSpinning( _
ByVal SpinAxisAzimuth As System.Object, _
ByVal SpinAxisElevation As System.Object, _
ByVal SpinAxisConeAngle As System.Object, _
ByVal ScanMode As AgESnScanMode, _
ByVal SpinRate As Double, _
ByVal OffsetAngle As System.Object, _
ByVal ClockAngleStart As System.Object, _
ByVal ClockAngleStop As System.Object _
) As IAgSnPtSpinning
|
| [C#] |
|---|
public IAgSnPtSpinning SetPointingSpinning(
|
| [Managed C++] |
|---|
public: IAgSnPtSpinning^ SetPointingSpinning(
|
| [Java] |
|---|
public IAgSnPtSpinning setPointingSpinning(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetPointingSpinning(
|
- SpinAxisAzimuth
- SpinAxisElevation
- SpinAxisConeAngle
- ScanMode
-
Member Value Description eSnUnidirectional 0 Unidirectional: scan from a specified start angle to a specified stop angle, and then begin again at the start angle. eSnBidirectional 1 Bidirectional: scan in both directions between a specified start angle and stop angle. eSnContinuous 2 Continuous: uninterrupted motion about the spin axis. - SpinRate
- OffsetAngle
- ClockAngleStart
- ClockAngleStop
Define spinning
sensor pointing (using common tasks)
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Define spinning
sensor pointing (using common tasks)
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||