Description
The semi-mid axis. Uses Distance Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SemiMidAxis() As Double
|
[C#] |
---|
public double SemiMidAxis {get; set;}
|
[Managed C++] |
---|
public: __property double get_SemiMidAxis(); public: __property void set_SemiMidAxis(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SemiMidAxis(
double * pVal
);
public: HRESULT put_SemiMidAxis(
double newVal
);
|
[Java] |
---|
public double getSemiMidAxis();
public void setSemiMidAxis(
double
);
|
[Python - STK API] |
---|
@property
def SemiMidAxis(self) -> float:
@SemiMidAxis.setter
def SemiMidAxis(self, newVal:float) -> None:
|
See Also