com.esri.arcgis.output
Interface ISettingsInRegistry

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportAI, ExportBMP, ExportEMF, ExportGIF, ExportJPEG, ExportPDF, ExportPNG, ExportPS, ExportSVG, ExportTIFF, ISettingsInRegistryProxy

public interface ISettingsInRegistry
extends java.io.Serializable

COM Interface 'ISettingsInRegistry'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control storing/restoring of object settings to/from the registry.' 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 IIDbb518176_e7e3_420a_9787_ae6e3487eb68
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void restoreDefault()
          Restore the default object settings.
 void restoreForCurrentUser(java.lang.String bstrRegPath)
          Restore object settings.
 void storeForCurrentUser(java.lang.String bstrRegPath)
          Store object settings.
 

Field Detail

IIDbb518176_e7e3_420a_9787_ae6e3487eb68

static final int IIDbb518176_e7e3_420a_9787_ae6e3487eb68
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

restoreForCurrentUser

void restoreForCurrentUser(java.lang.String bstrRegPath)
                           throws java.io.IOException,
                                  AutomationException
Restore object settings.

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

storeForCurrentUser

void storeForCurrentUser(java.lang.String bstrRegPath)
                         throws java.io.IOException,
                                AutomationException
Store object settings.

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

restoreDefault

void restoreDefault()
                    throws java.io.IOException,
                           AutomationException
Restore the default object settings.

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