com.esri.arcgis.carto
Interface IDimensionStyle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionStyle, IDimensionStyleProxy

public interface IDimensionStyle
extends java.io.Serializable

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

Description: 'Provides access to members that control the properties of a dimension style.' 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 IIDaa54768e_ea46_11d3_80d3_00c04f601565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getID()
          ID of the style.
 java.lang.String getName()
          Name of the style.
 void setName(java.lang.String name)
          Name of the style.
 

Field Detail

IIDaa54768e_ea46_11d3_80d3_00c04f601565

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
ID of the style.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the style.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the style.

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