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


IRasterDefaultsEnv.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv Interface > IRasterDefaultsEnv.Format Property
ArcGIS Developer Help

IRasterDefaultsEnv.Format Property

Information about the format indicated by index i.

[Visual Basic .NET]
Public Function get_Format ( _
    ByVal i As Integer _
) As IRasterFormatInfo
[C#]
public IRasterFormatInfo get_Format (
    int i
);
[C++]
HRESULT get_Format(
  long i,
  IRasterFormatInfo** pRasterFormatInfo
);
[C++]
Parameters
i [in]

i is a parameter of type long pRasterFormatInfo [out, retval]
pRasterFormatInfo is a parameter of type IRasterFormatInfo**

Product Availability

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

See Also

IRasterDefaultsEnv Interface