com.esri.arcgis.systemUI
Interface IMultiItemSeparator
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IMultiItemSeparatorProxy
public interface IMultiItemSeparator
- extends Serializable
Extends multiItem capabalities to support separators.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
isSeparator(int index)
Indicates if item has a separator. |
isSeparator
boolean isSeparator(int index)
throws IOException,
AutomationException
- Indicates if item has a separator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
index
- The index (in)
- Returns:
- The bSeparator
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.