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


IRasterFormatInfo.DefaultExts Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterFormatInfo Interface > IRasterFormatInfo.DefaultExts Property
ArcGIS Developer Help

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