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