ArcObjects Library Reference (Controls)  

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(
  BSTR* 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