AGI STK Objects 11 Send comments on this topic.
MajorAxisOffset Property (IAgVeVOBearingEllipse)
See Also 





Description

The distance to offset the box (forward or backward) along the bearing. A positive MajorAxisOffset value moves the box forward. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MajorAxisOffset();
public: __property void set_MajorAxisOffset(
double
);

[Unmanaged C++]
public: HRESULT get_MajorAxisOffset(
double * pRetVal
);
public: HRESULT put_MajorAxisOffset(
double NewMajorAxisOffset
);

[Java]
public double getMajorAxisOffset();public void setMajorAxisOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1