|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMoleEventRenderer
Provides access to properties specific to the MOLE event renderer object family.
Method Summary | |
---|---|
String |
getDescriptorColumnName()
Indicates name of the descriptor column for MOLE event renderer. |
String |
getMOLEPropertyColumn(String bstrPropertyName)
Indicates value of the MOLE property column. |
double |
getSymbolScale()
Indicates value of the MOLE symbol's scale relative to the map display. |
void |
setDescriptorColumnName(String pVal)
Indicates name of the descriptor column for MOLE event renderer. |
void |
setMOLEPropertyColumn(String bstrPropertyName,
String pVal)
Indicates value of the MOLE property column. |
void |
setSymbolScale(double pdScale)
Indicates value of the MOLE symbol's scale relative to the map display. |
Method Detail |
---|
String getDescriptorColumnName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescriptorColumnName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMOLEPropertyColumn(String bstrPropertyName) throws IOException, AutomationException
bstrPropertyName
- The bstrPropertyName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMOLEPropertyColumn(String bstrPropertyName, String pVal) throws IOException, AutomationException
bstrPropertyName
- The bstrPropertyName (in)pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSymbolScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolScale(double pdScale) throws IOException, AutomationException
pdScale
- The pdScale (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 |