com.esri.arcgis.cartoUI
Interface IFeatureAdjustmentAssociationPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
FeatureAdjustmentAssociationPage

public interface IFeatureAdjustmentAssociationPage
extends Serializable

Provides access to the cadastral feature adjustment association page.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ICadastralFabric getCadastralFabric()
          Store the Cadastral Fabric which is to be modified.
 void saveAdjustmentSettings()
          Save changes made to the adjustment page.
 void setCadastralFabric(ICadastralFabric ppCadastralFabric)
          Store the Cadastral Fabric which is to be modified.
 

Method Detail

setCadastralFabric

void setCadastralFabric(ICadastralFabric ppCadastralFabric)
                        throws IOException,
                               AutomationException
Store the Cadastral Fabric which is to be modified.

Product Availability

Available with ArcGIS Desktop.

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

getCadastralFabric

ICadastralFabric getCadastralFabric()
                                    throws IOException,
                                           AutomationException
Store the Cadastral Fabric which is to be modified.

Product Availability

Available with ArcGIS Desktop.

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

saveAdjustmentSettings

void saveAdjustmentSettings()
                            throws IOException,
                                   AutomationException
Save changes made to the adjustment page.

Product Availability

Available with ArcGIS Desktop.

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