com.esri.arcgis.carto
Interface IDimensionStyles

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionStyles, IDimensionStylesProxy

public interface IDimensionStyles
extends java.io.Serializable

COM Interface 'IDimensionStyles'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a collection of dimension styles for a dimension feature class.' 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 IID81875328_de54_11d3_80ce_00c04f601565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addStyle(IDimensionStyle style)
          Adds a style to the collection.
 void deleteStyle(int iD)
          Deletes a dimension style.
 IDimensionStyle findStyle(java.lang.String name)
          Find a dimension style by name.
 int getDefaultStyleID()
          The ID of the defualt dimension style.
 IDimensionStyle getStyle(int iD)
          A dimension style.
 IEnumDimensionStyle getStyles()
          All the dimension styles in the collection.
 void renameStyle(int iD, java.lang.String name)
          Renames a dimension style.
 void setDefaultStyleID(int iD)
          The ID of the defualt dimension style.
 

Field Detail

IID81875328_de54_11d3_80ce_00c04f601565

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

addStyle

void addStyle(IDimensionStyle style)
              throws java.io.IOException,
                     AutomationException
Adds a style to the collection.

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

getStyle

IDimensionStyle getStyle(int iD)
                         throws java.io.IOException,
                                AutomationException
A dimension style.

Parameters:
iD - The iD (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.

findStyle

IDimensionStyle findStyle(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
Find a dimension style by name.

Parameters:
name - The name (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.

getStyles

IEnumDimensionStyle getStyles()
                              throws java.io.IOException,
                                     AutomationException
All the dimension styles in the collection.

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

getDefaultStyleID

int getDefaultStyleID()
                      throws java.io.IOException,
                             AutomationException
The ID of the defualt dimension style.

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

setDefaultStyleID

void setDefaultStyleID(int iD)
                       throws java.io.IOException,
                              AutomationException
The ID of the defualt dimension style.

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

deleteStyle

void deleteStyle(int iD)
                 throws java.io.IOException,
                        AutomationException
Deletes a dimension style.

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

renameStyle

void renameStyle(int iD,
                 java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Renames a dimension style.

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