ArcObjects Library Reference (Carto)  

IRasterFormatInfo.DefaultExts Property

Default format extensions.

[Visual Basic .NET]
Public Property DefaultExts As String
[C#]
public string DefaultExts {get; set;}
[C++]
HRESULT get_DefaultExts(
  BSTR* ext
);
[C++]
HRESULT put_DefaultExts(
  BSTR ext
);
[C++]

Parameters

ext [out, retval]   ext is a parameter of type BSTR ext [in]   ext is a parameter of type BSTR

Product Availability

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

See Also

IRasterFormatInfo Interface