com.esri.arcgis.controls
Interface IEngineNAWindowCategoryGroup2

All Superinterfaces:
IEngineNAWindowCategoryGroup, Serializable
All Known Implementing Classes:
IEngineNAWindowCategoryGroup2Proxy

public interface IEngineNAWindowCategoryGroup2
extends IEngineNAWindowCategoryGroup, Serializable

Provides access to the window category group.

Product Availability

Available with ArcGIS Engine.


Method Summary
 Object getGroupValue()
          The NAWindow category group value.
 void setGroupValue(Object groupValue)
          The NAWindow category group value.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineNAWindowCategoryGroup
getCategory, getGroup, setCategoryByRef, setGroup
 

Method Detail

getGroupValue

Object getGroupValue()
                     throws IOException,
                            AutomationException
The NAWindow category group value.

Product Availability

Available with ArcGIS Engine.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupValue

void setGroupValue(Object groupValue)
                   throws IOException,
                          AutomationException
The NAWindow category group value.

Product Availability

Available with ArcGIS Engine.

Parameters:
groupValue - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.