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





Description

Semimajor axis, i.e. half the length of the ellipse's long axis. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SemiMajorAxis() As Double

[C#]
public double SemiMajorAxis {get; set;}

[Managed C++]
public: __property double get_SemiMajorAxis();
public: __property void set_SemiMajorAxis(
double
);

[Unmanaged C++]
public: HRESULT get_SemiMajorAxis(
double * pRetVal
);
public: HRESULT put_SemiMajorAxis(
double NewSemiMajorAxis
);

[Java]
public double getSemiMajorAxis();public void setSemiMajorAxis(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1