ArcObjects Library Reference (TrackingAnalyst)  

ITxFolderObject.Path Property

Folder objects path on disk.

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

Parameters

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

Product Availability

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

See Also

ITxFolderObject Interface