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