| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISymbolIdentifier
Provides access to the members that control the symbol identifier.
Provides access to the Symbol and ID properties of a SymbolIdentifier.
| Method Summary | |
|---|---|
|  int | getID()The symbolID associated with the symbol. | 
|  ISymbol | getSymbol()The symbol associated with the symbolID. | 
|  void | setID(int symbolID)The symbolID associated with the symbol. | 
|  void | setSymbolByRef(ISymbol symbol)The symbol associated with the symbolID. | 
| Method Detail | 
|---|
ISymbol getSymbol()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbolByRef(ISymbol symbol)
                    throws IOException,
                           AutomationException
symbol - A reference to a com.esri.arcgis.display.ISymbol  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getID()
          throws IOException,
                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setID(int symbolID)
           throws IOException,
                  AutomationException
symbolID - The symbolID  (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 | ||||||||