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 * pVal
);
public: HRESULT put_SemiMinorAxis(
double SemiMinorAxis
);
|
[Java] |
---|
public double getSemiMinorAxis();
public void setSemiMinorAxis(
double
);
|
See Also