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


IDataElement.GetBaseName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataElement.GetBaseName Method

File base name.

[Visual Basic .NET]
Public Function GetBaseName ( _
) As String
[C#]
public string GetBaseName (
);
[C++]
HRESULT GetBaseName(
  BSTR* baseName
);
[C++]

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

Product Availability

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

See Also

IDataElement Interface