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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ZOffset();
public: __property void set_ZOffset(
double
);

[Unmanaged C++]
public: HRESULT get_ZOffset(
double * pRetVal
);
public: HRESULT put_ZOffset(
double NewZOffset
);

[Java]
public double getZOffset();public void setZOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1