Gets or sets the distance to offset the box (up or down). A positive value moves the box down, towards the ground. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ZOffset() As Double |
[C#] |
---|
public double ZOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_ZOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_ZOffset( double * pVal ); public: HRESULT put_ZOffset( double ZOffset ); |
[Java] |
---|
public double getZOffset(); public void setZOffset( double ); |