|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxTableView2
Provides access to members that control the IGxTableView.
The GxTableView2 object is similar to the GxGeographicView in that it is used to preview data. By default, it is accessed through the Preview tab. As the name implies, the GxTableView coclass is used to preview the table associated with the selected object. The coclass is a type of GxView, so it implements the IGxView interface, but it does not implement any additional interfaces.
Method Summary | |
---|---|
void |
filterRasterCatalog(boolean filter)
The RasterCatalogFilter for table view. |
void |
setObject(IGxObject pObject)
The object for table view. |
Method Detail |
---|
void setObject(IGxObject pObject) throws IOException, AutomationException
pObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void filterRasterCatalog(boolean filter) throws IOException, AutomationException
filter
- The filter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |