Description
Indicates how far along the orbit normal the box extends. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property YAxisLength() As Double
|
| [C#] |
|---|
public double YAxisLength {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_YAxisLength(); public: __property void set_YAxisLength( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_YAxisLength( double * pRetVal ); public: HRESULT put_YAxisLength( double NewYAxisLength );
|
| [Java] |
|---|
public double getYAxisLength();public void setYAxisLength( double );
|
See Also