AGI STK Objects 11 Send comments on this topic.
ClockAngleOffset Property (IAgSnPtAlongVector)
See Also 
Windows






Windows & Linux

Description

The clock angle offset for along vector sensor pointing alignment.It is an optional value that is entered in degrees, between -360.0 and 360.0.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClockAngleOffset() As System.Object

[C#]
public System.Object ClockAngleOffset {get; set;}

[Managed C++]
public: __property VARIANT get_ClockAngleOffset();
public: __property void set_ClockAngleOffset(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_ClockAngleOffset(
VARIANT * pRetVal
);
public: HRESULT put_ClockAngleOffset(
VARIANT NewClockAngleOffset
);

[Java]
public Variant getClockAngleOffset();public void setClockAngleOffset(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface