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