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


IExportItemsParameters.BaseName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IExportItemsParameters.BaseName Property

The basename.

[Visual Basic .NET]
Public Property BaseName As String
[C#]
public string BaseName {get; set;}
[C++]
HRESULT get_BaseName(
  BSTR* pName
);
[C++]
HRESULT put_BaseName(
  BSTR pName
);
[C++]

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

Product Availability

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

See Also

IExportItemsParameters Interface