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


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

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(
  System.String* 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