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


ITxFolderObject.Path Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxFolderObject Interface > ITxFolderObject.Path Property
ArcGIS Developer Help

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(
  System.String* 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