ArcObjects Library Reference (Geometry)  

ISpheroid.Flattening Property

The flattening ratio of this spheroid.

[Visual Basic .NET]
Public ReadOnly Property Flattening As Double
[C#]
public double Flattening {get;}
[C++]
HRESULT get_Flattening(
  double* Flattening
);
[C++]

Parameters

Flattening [out, retval]   Flattening is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpheroid Interface