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


IFormatData.Extension Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormatData Interface > IFormatData.Extension Property
ArcGIS Developer Help

IFormatData.Extension Property

Default extension (without the dot).

[Visual Basic .NET]
Public ReadOnly Property Extension As String
[C#]
public string Extension {get;}
[C++]
HRESULT get_Extension(
  System.String* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type BSTR*

Product Availability

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

See Also

IFormatData Interface