This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxFolderObject Interface > ITxFolderObject.Path Property (ArcObjects .NET 10.5 SDK) |
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