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






Windows & Linux

Description

Defines the major 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 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 * pVal
);
public: HRESULT put_SemiMajorAxis(
    double SemiMajorAxis
);
[Java]
public double getSemiMajorAxis();
public void setSemiMajorAxis(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.