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


IEngineSnapAgentCategory.Category Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineSnapAgentCategory Interface > IEngineSnapAgentCategory.Category Property
ArcGIS Developer Help

IEngineSnapAgentCategory.Category Property

The engine snap agent category.

[Visual Basic .NET]
Public ReadOnly Property Category As String
[C#]
public string Category {get;}
[C++]
HRESULT get_Category(
  System.String* text
);
[C++]
Parameters
text [out, retval]

text is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine.

Description

Category returns the name of each top-level node in the lower-half of the Snapping Environment dialog.

See Also

IEngineSnapAgentCategory Interface