com.esri.arcgis.carto
Interface ICFDataSourcePageExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
CFDataSourcePageExtension

public interface ICFDataSourcePageExtension
extends Serializable

Provides access to the ICFDataSourcePageExtension interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isDataSourceReadOnly()
          Indicates if the data source can be changed.
 void setDataSourceReadOnly(boolean flag)
          Indicates if the data source can be changed.
 

Method Detail

isDataSourceReadOnly

boolean isDataSourceReadOnly()
                             throws IOException,
                                    AutomationException
Indicates if the data source can be changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDataSourceReadOnly

void setDataSourceReadOnly(boolean flag)
                           throws IOException,
                                  AutomationException
Indicates if the data source can be changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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