STK ObjectsSend comments on this topic.
YAxisOffset Property (IAgVeVOEllipsoid)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YAxisOffset() As Double
[C#]
public double YAxisOffset {get; set;}
[Managed C++]
public: __property double get_YAxisOffset();
public: __property void set_YAxisOffset( double );
[Unmanaged C++]
public: HRESULT get_YAxisOffset(
    double * pVal
);
public: HRESULT put_YAxisOffset(
    double YAxisOffset
);
[Java]
public double getYAxisOffset();
public void setYAxisOffset(
    double
);
[Python - STK API ]
@property
def YAxisOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.