STK ObjectsSend 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 * pVal
);
public: HRESULT put_XAxisLength(
    double XAxisLength
);
[Java]
public double getXAxisLength();
public void setXAxisLength(
    double
);
[Python - STK API ]
@property
def XAxisLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.