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


IDSCStatus.Path Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IDSCStatus.Path Property

Catalog Path of Data Source.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IDSCStatus Interface