Gets or sets the distance to offset the box (left or right) along the bearing. A positive value moves the box to the right. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property WidthOffset() As Double |
[C#] |
---|
public double WidthOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_WidthOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_WidthOffset( double * pVal ); public: HRESULT put_WidthOffset( double WidthOffset ); |
[Java] |
---|
public double getWidthOffset(); public void setWidthOffset( double ); |