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


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

IGPName.Category Property

The category of the GPName object.

[Visual Basic .NET]
Public Property Category As String
[C#]
public string Category {get; set;}
[C++]
HRESULT get_Category(
  System.String* Path
);
[C++]
HRESULT put_Category(
  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.

See Also

IGPName Interface

.NET Samples

Calculate area geoprocessing function tool