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


IDataElement.GetPath Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataElement.GetPath Method

File path.

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

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

Product Availability

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

See Also

IDataElement Interface