AGI STK Astrogator 11Send comments on this topic.
XOffset Property (IAgVAMCSFollow)
See Also 
Windows






Windows & Linux

Description

The distance that the spacecraft will be offset from the leader's body frame along the X axis. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XOffset() As Double
[C#]
public double XOffset {get; set;}
[Managed C++]
public: __property double get_XOffset();
public: __property void set_XOffset(
   double
);
[Unmanaged C++]
public: HRESULT get_XOffset(
   double * pRetVal
);
public: HRESULT put_XOffset(
   double NewXOffset
);
[Java]
public double getXOffset();public void setXOffset(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.