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


IEngineNAWindowCategoryGroup2.GroupValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineNAWindowCategoryGroup2.GroupValue Property

The NAWindow category group value.

[Visual Basic .NET]
Public Property GroupValue As Object
[C#]
public object GroupValue {get; set;}
[C++]
HRESULT get_GroupValue(
  VARIANT* GroupValue
);
[C++]
HRESULT put_GroupValue(
  VARIANT GroupValue
);
[C++]

Parameters GroupValue [out, retval] GroupValue is a parameter of type VARIANT GroupValue [in] GroupValue is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine.

See Also

IEngineNAWindowCategoryGroup2 Interface