AGI STK Objects 11 Send comments on this topic.
SemiMinorAxis Property (IAgAreaTypeEllipse)
See Also 





Description

Semiminor axis, i.e. half the length of the ellipse's short axis. 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1