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






Windows & Linux

Description

The distance to offset the box (positive or negative) along the Z axis of the reference frame.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ZAxisOffset();
public: __property void set_ZAxisOffset(
double
);

[Unmanaged C++]
public: HRESULT get_ZAxisOffset(
double * pRetVal
);
public: HRESULT put_ZAxisOffset(
double NewZAxisOffset
);

[Java]
public double getZAxisOffset();public void setZAxisOffset(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface