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


IDataElement.GetFile Method (ArcObjects .NET 10.5 SDK)
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