Indicates how far along the Y axis of the reference frame the box extends. Value must be greater than 0.
Read-write property
[Visual Basic .NET] |
---|
Public Property YSemiAxisLength() As Double |
[C#] |
---|
public double YSemiAxisLength {get; set;} |
[Managed C++] |
---|
public: __property double get_YSemiAxisLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_YSemiAxisLength( double * pVal ); public: HRESULT put_YSemiAxisLength( double YSemiAxisLength ); |
[Java] |
---|
public double getYSemiAxisLength(); public void setYSemiAxisLength( double ); |