This document is archived and information here might be outdated. Recommended version. |
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**