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 HeightOffset() As Double |
[C#] |
---|
public double HeightOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_HeightOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_HeightOffset( double * pVal ); public: HRESULT put_HeightOffset( double HeightOffset ); |
[Java] |
---|
public double getHeightOffset(); public void setHeightOffset( double ); |