Gets or sets the distance to offset the box (forward or backward) along the bearing. A positive LengthOffset value moves the box forward. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LengthOffset() As Double |
[C#] |
---|
public double LengthOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_LengthOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_LengthOffset( double * pVal ); public: HRESULT put_LengthOffset( double LengthOffset ); |
[Java] |
---|
public double getLengthOffset(); public void setLengthOffset( double ); |