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





Windows & Linux

Description

Indicates how far along the X axis of the reference frame the box extends. Value must be greater than 0.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XSemiAxisLength() As Double
[C#]
public double XSemiAxisLength {get; set;}
[Managed C++]
public: __property double get_XSemiAxisLength();
public: __property void set_XSemiAxisLength( double );
[Unmanaged C++]
public: HRESULT get_XSemiAxisLength(
    double * pVal
);
public: HRESULT put_XSemiAxisLength(
    double XSemiAxisLength
);
[Java]
public double getXSemiAxisLength();
public void setXSemiAxisLength(
    double
);
[Python - STK API ]
@property
def XSemiAxisLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.