Description
Defines the minor axis for the ellipse. The
value must be greater than 0. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property SemiMinorAxis() As Double
|
| [C#] |
public double SemiMinorAxis {get; set;}
|
| [Managed C++] |
public: __property double get_SemiMinorAxis();
public: __property void set_SemiMinorAxis(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_SemiMinorAxis(
double * pRetVal
);
public: HRESULT put_SemiMinorAxis(
double NewSemiMinorAxis
);
|
| [Java] |
public double getSemiMinorAxis();public void setSemiMinorAxis(
double
);
|
See Also