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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ZAxisLength();
public: __property void set_ZAxisLength(
double
);

[Unmanaged C++]
public: HRESULT get_ZAxisLength(
double * pRetVal
);
public: HRESULT put_ZAxisLength(
double NewZAxisLength
);

[Java]
public double getZAxisLength();public void setZAxisLength(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1