|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDimensionStyle
Provides access to members that control the properties of a dimension style.
The IDimensionStyle interface is provides properties for identifying DimensionStyles.
The ID property is read only and assigned to a DimensionStyle when it is added to a DimensionStyles collection. The Name property provides a label for the style and is set before adding a DimensionStyle to the DimensionStyles collection. The Name property must be unique within a DimensionStyles collection.
| Method Summary | |
|---|---|
int |
getID()
ID of the style. |
String |
getName()
Name of the style. |
void |
setName(String name)
Name of the style. |
| Method Detail |
|---|
int getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
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 | ||||||||