Indicates how far along the orbit plane the box extends. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ZAxisLength() As Double |
[C#] |
---|
public double ZAxisLength {get; set;} |
[Managed C++] |
---|
public: __property double get_ZAxisLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_ZAxisLength( double * pVal ); public: HRESULT put_ZAxisLength( double ZAxisLength ); |
[Java] |
---|
public double getZAxisLength(); public void setZAxisLength( double ); |