AGI STK Objects 11 Send comments on this topic.
YAxisLength Property (IAgVeVOControlBox)
See Also 





Description

Indicates how far along the orbit normal the box extends. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YAxisLength() As Double

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

[Managed C++]
public: __property double get_YAxisLength();
public: __property void set_YAxisLength(
double
);

[Unmanaged C++]
public: HRESULT get_YAxisLength(
double * pRetVal
);
public: HRESULT put_YAxisLength(
double NewYAxisLength
);

[Java]
public double getYAxisLength();public void setYAxisLength(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1