Indicates how far along the velocity vector the box extends. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property XAxisLength() As Double |
[C#] |
---|
public double XAxisLength {get; set;} |
[Managed C++] |
---|
public: __property double get_XAxisLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_XAxisLength( double * pVal ); public: HRESULT put_XAxisLength( double XAxisLength ); |
[Java] |
---|
public double getXAxisLength(); public void setXAxisLength( double ); |