This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowCategoryGroup Interface > IEngineNAWindowCategoryGroup.Group Property (ArcObjects .NET 10.5 SDK) |
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
The name of the group.