|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStyleGalleryItem
Provides access to members that define items in the Style Gallery.
Symbols and map elements are stored in the Style Gallery. Each symbol or map element has a unique ID that can be read from the item within the style gallery. A Name and Category are also properties of the items within the style gallery. These two fields, along with the Item itself, can be updated and changed as necessary.
| Method Summary | |
|---|---|
String |
getCategory()
The category of the item. |
int |
getID()
Id for the item in the Style Gallery. |
Object |
getItem()
The symbol or map element to be stored in the Style Gallery item. |
String |
getName()
The name of the item in the Style Gallery. |
void |
setCategory(String category)
The category of the item. |
void |
setItem(Object item)
The symbol or map element to be stored in the Style Gallery item. |
void |
setName(String name)
The name of the item in the Style Gallery. |
| Method Detail |
|---|
int getID()
throws IOException,
AutomationException
Returns the internal ID number for the item within the style gallery. This is a read-only value that cannot be changed.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getItem()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setItem(Object item)
throws IOException,
AutomationException
item - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
Name is the name of the symbol or map element for the item stored in the style gallery.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String name)
throws IOException,
AutomationException
Name is the name of the symbol or map element for the item stored in the style gallery.
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCategory()
throws IOException,
AutomationException
Category is a user defined field for organizing symbols and map elements into logical groupings.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCategory(String category)
throws IOException,
AutomationException
Category is a user defined field for organizing symbols and map elements into logical groupings.
category - The category (in)
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 | ||||||||