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






Windows & Linux

Description

The distance to offset the box (left or right) along the bearing. A positive MinorAxisOffset value moves the box to the right. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinorAxisOffset() As Double
[C#]
public double MinorAxisOffset {get; set;}
[Managed C++]
public: __property double get_MinorAxisOffset();
public: __property void set_MinorAxisOffset(
   double
);
[Unmanaged C++]
public: HRESULT get_MinorAxisOffset(
   double * pRetVal
);
public: HRESULT put_MinorAxisOffset(
   double NewMinorAxisOffset
);
[Java]
public double getMinorAxisOffset();public void setMinorAxisOffset(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.