STK ObjectsSend 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 * pVal
);
public: HRESULT put_MinorAxisOffset(
    double MinorAxisOffset
);
[Java]
public double getMinorAxisOffset();
public void setMinorAxisOffset(
    double
);
[Python - STK API ]
@property
def MinorAxisOffset(self) -> float:

@MinorAxisOffset.setter
def MinorAxisOffset(self, MinorAxisOffset:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.