ArcObjects Library Reference (Controls)  

IEngineNAWindowCategoryGroup.Group Property

The NAWindow category group name.

[Visual Basic .NET]
Public Property Group As String
[C#]
public string Group {get; set;}
[C++]
HRESULT get_Group(
  BSTR* Group
);
[C++]
HRESULT put_Group(
  BSTR Group
);
[C++]

Parameters

Group [out, retval]   Group is a parameter of type BSTR Group [in]   Group is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

Description

The name of the group.

See Also

IEngineNAWindowCategoryGroup Interface