com.esri.arcgis.display
Interface IReferenceMarkerSymbol

All Superinterfaces:
IMarkerSymbol, Serializable
All Known Implementing Classes:
IReferenceMarkerSymbolProxy

public interface IReferenceMarkerSymbol
extends IMarkerSymbol, Serializable

Provides access to members that control the reference marker symbol.

Remarks

This interface is not yet implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getSymbolSetName

String getSymbolSetName()
                        throws IOException,
                               AutomationException
Symbol set name.

Remarks

This interface is not yet implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The setName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolSetName

void setSymbolSetName(String setName)
                      throws IOException,
                             AutomationException
Symbol set name.

Remarks

This interface is not yet implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
setName - The setName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolName

String getSymbolName()
                     throws IOException,
                            AutomationException
Symbol name.

Remarks

This interface is not yet implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The symName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolName

void setSymbolName(String symName)
                   throws IOException,
                          AutomationException
Symbol name.

Remarks

This interface is not yet implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
symName - The symName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.