com.esri.arcgis.editor
Interface IDimensionStyleImportDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionStyleImportDialog, IDimensionStyleImportDialogProxy

public interface IDimensionStyleImportDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the dimension style import dialog.' 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 IID733466c0_3205_4c39_926d_b8d3d758fc1d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addNameCheck(IDimensionStyles nameCheckStyles)
          Adds a style collection that will be used to check names against.
 void doModalImport(IFeatureClass sourceClass, IDimensionStyles destinationStyles, int hWndParent)
          Displays the dialog used to import dimension styles.
 IDimensionStyle doModalSelect(IFeatureClass sourceClass, int hWndParent)
          Displays the dialog used to import a single dimension style.
 

Field Detail

IID733466c0_3205_4c39_926d_b8d3d758fc1d

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

addNameCheck

void addNameCheck(IDimensionStyles nameCheckStyles)
                  throws java.io.IOException,
                         AutomationException
Adds a style collection that will be used to check names against. More than one style collection can be added.

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

doModalImport

void doModalImport(IFeatureClass sourceClass,
                   IDimensionStyles destinationStyles,
                   int hWndParent)
                   throws java.io.IOException,
                          AutomationException
Displays the dialog used to import dimension styles.

Parameters:
sourceClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
destinationStyles - A reference to a com.esri.arcgis.carto.IDimensionStyles (in)
hWndParent - The hWndParent (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalSelect

IDimensionStyle doModalSelect(IFeatureClass sourceClass,
                              int hWndParent)
                              throws java.io.IOException,
                                     AutomationException
Displays the dialog used to import a single dimension style.

Parameters:
sourceClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
hWndParent - The hWndParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.carto.IDimensionStyle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.