STK ObjectsSend comments on this topic.
ClockAngleOffsetForUpVectorBoresight Property (IAgSnPtTrgtBsightTrack)
See Also
Windows





Windows & Linux

Description

The clock angle offset for UpVector boresight type. It is an optional value measured in the Sensor Body axes xy-plane, positive about the boresight, locating the direction closest to the ConstraintVector from the Sensor Body x-axis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClockAngleOffsetForUpVectorBoresight() As System.Object
[C#]
public System.Object ClockAngleOffsetForUpVectorBoresight {get; set;}
[Managed C++]
public: __property VARIANT get_ClockAngleOffsetForUpVectorBoresight();
public: __property void set_ClockAngleOffsetForUpVectorBoresight( VARIANT );
[Unmanaged C++]
public: HRESULT get_ClockAngleOffsetForUpVectorBoresight(
    VARIANT * pVal
);
public: HRESULT put_ClockAngleOffsetForUpVectorBoresight(
    VARIANT pVal
);
[Java]
public AgVariant getClockAngleOffsetForUpVectorBoresight();
public void setClockAngleOffsetForUpVectorBoresight(
    AgVariant
);
[Python - STK API ]
@property
def ClockAngleOffsetForUpVectorBoresight(self) -> typing.Any:

@ClockAngleOffsetForUpVectorBoresight.setter
def ClockAngleOffsetForUpVectorBoresight(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.