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






Windows & Linux

Description

Initial offset of precession. 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 * pVal
);
public: HRESULT put_Offset(
    double Offset
);
[Java]
public double getOffset();
public void setOffset(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.