|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReferenceMarkerSymbol
Provides access to members that control the reference marker symbol.
This interface is not yet implemented.
Method Summary | |
---|---|
String |
getSymbolName()
Symbol name. |
String |
getSymbolSetName()
Symbol set name. |
void |
setSymbolName(String symName)
Symbol name. |
void |
setSymbolSetName(String setName)
Symbol set name. |
Methods inherited from interface com.esri.arcgis.display.IMarkerSymbol |
---|
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
Method Detail |
---|
String getSymbolSetName() throws IOException, AutomationException
This interface is not yet implemented.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolSetName(String setName) throws IOException, AutomationException
This interface is not yet implemented.
setName
- The setName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSymbolName() throws IOException, AutomationException
This interface is not yet implemented.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolName(String symName) throws IOException, AutomationException
This interface is not yet implemented.
symName
- The symName (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 |