ArcObjects Library Reference (DataSourcesRaster)  

ILSRXform.Flattening Property

The earth flattening.

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

Parameters

pFlattening [out, retval]   pFlattening is a parameter of type double pFlattening [in]   pFlattening is a parameter of type double

Product Availability

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

See Also

ILSRXform Interface