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


IExportItemsParameters.BaseName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.BaseName Property
ArcGIS Developer Help

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(
  System.String* pName
);
[C++]
Parameters
pName [in]

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

Product Availability

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

See Also

IExportItemsParameters Interface