ArcObjects Library Reference (GeoDatabase)  

IDataElement.GetFile Method

File name.

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

Parameters

file [out, retval]   file is a parameter of type BSTR

Product Availability

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

See Also

IDataElement Interface