Gets or sets the distance to offset the box (positive or negative) along the Z axis of the reference frame.
Read-write property
[Visual Basic .NET] |
---|
Public Property ZAxisOffset() As Double |
[C#] |
---|
public double ZAxisOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_ZAxisOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_ZAxisOffset( double * pVal ); public: HRESULT put_ZAxisOffset( double ZAxisOffset ); |
[Java] |
---|
public double getZAxisOffset(); public void setZAxisOffset( double ); |