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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XAxisOffset() As Double
[C#]
public double XAxisOffset {get; set;}
[Managed C++]
public: __property double get_XAxisOffset();
public: __property void set_XAxisOffset( double );
[Unmanaged C++]
public: HRESULT get_XAxisOffset(
    double * pVal
);
public: HRESULT put_XAxisOffset(
    double XAxisOffset
);
[Java]
public double getXAxisOffset();
public void setXAxisOffset(
    double
);
[Python - STK API ]
@property
def XAxisOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.