|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgLegendDescription
Provides access to members that control the description of the graphic legend entries.
INgLegend| Method Summary | |
|---|---|
int |
getEntriesCount()
Number of legend entries. |
void |
getEntryInfo(int index,
String[] pDesc,
String[] pLabel,
String[] pSymbolEMF)
Returns the information related to the 'Index' legend entry. |
INgView |
getView()
View the legend description is related to. |
| Method Detail |
|---|
INgView getView()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEntriesCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getEntryInfo(int index,
String[] pDesc,
String[] pLabel,
String[] pSymbolEMF)
throws IOException,
AutomationException
index - The index (in)pDesc - The pDesc (out: use single element array)pLabel - The pLabel (out: use single element array)pSymbolEMF - The pSymbolEMF (out: use single element array)
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 | ||||||||