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


IGPSystemToolboxLocation.PathName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPSystemToolboxLocation Interface > IGPSystemToolboxLocation.PathName Property
ArcGIS Developer Help

IGPSystemToolboxLocation.PathName Property

Path of the additional system toolbox of GP tools.

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

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

Product Availability

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

See Also

IGPSystemToolboxLocation Interface