Description
The flattening coefficient; automatically derived from the minimum and maximum radii. Dimensionless.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property FlatteningCoefficient() As Double
|
[C#] |
---|
public double FlatteningCoefficient {get;}
|
[Managed C++] |
---|
public: __property double get_FlatteningCoefficient();
|
[Unmanaged C++] |
---|
public: HRESULT get_FlatteningCoefficient(
double * pVal
);
|
[Java] |
---|
public double getFlatteningCoefficient();
|
[Python - STK API] |
---|
@property
def FlatteningCoefficient(self) -> float:
|
See Also