This document is archived and information here might be outdated.  Recommended version.


ISpheroid.Flattening Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpheroid Interface > ISpheroid.Flattening Property
ArcGIS Developer Help

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(
  System.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