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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface