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


IRasterFormatInfo.DefaultExts Property (ArcObjects .NET 10.6 SDK)
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(
  System.String* 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