STK ObjectsSend comments on this topic.
SemiMinorAxis Property (IAgVeVOBearingEllipse)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def SemiMinorAxis(self) -> float:

@SemiMinorAxis.setter
def SemiMinorAxis(self, SemiMinorAxis:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.