Description
The distance to offset the box (forward or backward) along the bearing. A positive MajorAxisOffset value moves the box forward. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MajorAxisOffset() As Double
|
| [C#] |
|---|
public double MajorAxisOffset {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MajorAxisOffset(); public: __property void set_MajorAxisOffset( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MajorAxisOffset( double * pRetVal ); public: HRESULT put_MajorAxisOffset( double NewMajorAxisOffset );
|
| [Java] |
|---|
public double getMajorAxisOffset();public void setMajorAxisOffset( double );
|
See Also