com.esri.arcgis.arcmapui
Interface IJoinPages

All Superinterfaces:
Serializable
All Known Implementing Classes:
JoinData

public interface IJoinPages
extends Serializable

Provides access to members that control which pages are shown.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setShowJoinAttributePage(boolean rhs1)
          Indicates if attribute page is shown.
 void setShowJoinLocationPage(boolean rhs1)
          Indicates if location page is shown.
 void setShowJoinRelationshipPage(boolean rhs1)
          Indicates if relationship page is shown.
 

Method Detail

setShowJoinAttributePage

void setShowJoinAttributePage(boolean rhs1)
                              throws IOException,
                                     AutomationException
Indicates if attribute page is shown. Default: True.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setShowJoinRelationshipPage

void setShowJoinRelationshipPage(boolean rhs1)
                                 throws IOException,
                                        AutomationException
Indicates if relationship page is shown. Default: True. If no relationships are present for layer, page will not be shown.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setShowJoinLocationPage

void setShowJoinLocationPage(boolean rhs1)
                             throws IOException,
                                    AutomationException
Indicates if location page is shown. Default: True.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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