com.esri.arcgis.cartoUI
Interface IFeatureAdjustmentAssociationPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureAdjustmentAssociationPage, IFeatureAdjustmentAssociationPageProxy

public interface IFeatureAdjustmentAssociationPage
extends java.io.Serializable

COM Interface 'IFeatureAdjustmentAssociationPage'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to the cadastral feature adjustment association page.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID55e1f778_8b27_42e1_9201_dfb265fd57af
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID55e1f778_8b27_42e1_9201_dfb265fd57af

static final int IID55e1f778_8b27_42e1_9201_dfb265fd57af
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCadastralFabric

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

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

getCadastralFabric

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

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

saveAdjustmentSettings

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

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