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


IWorkspaceName.PathName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceName.PathName Property

The path name of the WorkspaceName.

[Visual Basic .NET]
Public Property PathName As String
[C#]
public string PathName {get; set;}
[C++]
HRESULT get_PathName(
  BSTR* PathName
);
[C++]
HRESULT put_PathName(
  BSTR PathName
);
[C++]

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

Product Availability

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

See Also

IWorkspaceName Interface

.NET Samples

View CAD data in a MapControl (Code Files: CADView)

.NET Related Topics

Copying and pasting geodatabase datasets | Performing basic map functions