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






Windows & Linux

Description

Indicates how far along the velocity vector the box extends. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_XAxisLength();
public: __property void set_XAxisLength(
double
);

[Unmanaged C++]
public: HRESULT get_XAxisLength(
double * pRetVal
);
public: HRESULT put_XAxisLength(
double NewXAxisLength
);

[Java]
public double getXAxisLength();public void setXAxisLength(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface