This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv Interface > IRasterDefaultsEnv.Format Property (ArcObjects .NET 10.4 SDK) |
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