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


IRasterDefaultsEnv.Format Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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