ArcObjects Library Reference (DataSourcesRaster)  

IMosaicLODInfos.Dpi Property

The DPI at which the raster is generated.

[Visual Basic .NET]
Public Property Dpi As Double
[C#]
public double Dpi {get; set;}
[C++]
HRESULT get_Dpi(
  double* pDpi
);
[C++]
HRESULT put_Dpi(
  double pDpi
);
[C++]

Parameters

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

Product Availability

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

See Also

IMosaicLODInfos Interface