com.esri.arcgis.geodatabaseui
Interface IDefaultTableProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableProperties

public interface IDefaultTableProperty
extends Serializable

Default table properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IColor getSelectionColor()
          Selection color use to highlight rows.
 void setSelectionColorByRef(IColor ppSelectionColor)
          Selection color use to highlight rows.
 

Method Detail

getSelectionColor

IColor getSelectionColor()
                         throws IOException,
                                AutomationException
Selection color use to highlight rows.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionColorByRef

void setSelectionColorByRef(IColor ppSelectionColor)
                            throws IOException,
                                   AutomationException
Selection color use to highlight rows.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppSelectionColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.