|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimensionStyles
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 |
---|
static final int IID81875328_de54_11d3_80ce_00c04f601565
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addStyle(IDimensionStyle style) throws java.io.IOException, AutomationException
style
- A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDimensionStyle getStyle(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDimensionStyle findStyle(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDimensionStyle getStyles() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDefaultStyleID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultStyleID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteStyle(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void renameStyle(int iD, java.lang.String name) throws java.io.IOException, AutomationException
iD
- The iD (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |