AGI STK Objects 11 Send comments on this topic.
Offset Property (IAgVeProfileSpinAboutXXX)
See Also 





Description

The initial spin offset as an angular measure of the difference between the satellite orientation at the offset epoch and the orientation achieved by orienting the spin axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Offset() As Double

[C#]
public double Offset {get; set;}

[Managed C++]
public: __property double get_Offset();
public: __property void set_Offset(
double
);

[Unmanaged C++]
public: HRESULT get_Offset(
double * pRetVal
);
public: HRESULT put_Offset(
double NewOffset
);

[Java]
public double getOffset();public void setOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1