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