AGI STK Objects 11 Send comments on this topic.
YSemiAxisLength Property (IAgVeVOEllipsoid)
See Also 





Description

Indicates how far along the Y 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 YSemiAxisLength() As Double

[C#]
public double YSemiAxisLength {get; set;}

[Managed C++]
public: __property double get_YSemiAxisLength();
public: __property void set_YSemiAxisLength(
double
);

[Unmanaged C++]
public: HRESULT get_YSemiAxisLength(
double * pRetVal
);
public: HRESULT put_YSemiAxisLength(
double NewYSemiAxisLength
);

[Java]
public double getYSemiAxisLength();public void setYSemiAxisLength(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1