com.esri.arcgis.display
Interface IReferenceLineSymbol

All Superinterfaces:
ILineSymbol, Serializable
All Known Implementing Classes:
IReferenceLineSymbolProxy

public interface IReferenceLineSymbol
extends ILineSymbol, Serializable

Provides access to members that control the reference line symbol.

Remarks

This interface is not yet implemented.

Product Availability

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


Method Summary
 String getSymbolName()
          Reference line symbol name.
 String getSymbolSetName()
          Reference line symbol set name.
 void setSymbolName(String symbolName)
          Reference line symbol name.
 void setSymbolSetName(String symbolSetName)
          Reference line symbol set name.
 
Methods inherited from interface com.esri.arcgis.display.ILineSymbol
getColor, getWidth, setColor, setWidth
 

Method Detail

getSymbolSetName

String getSymbolSetName()
                        throws IOException,
                               AutomationException
Reference line 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 symbolSetName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolSetName

void setSymbolSetName(String symbolSetName)
                      throws IOException,
                             AutomationException
Reference line 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:
symbolSetName - The symbolSetName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolName

String getSymbolName()
                     throws IOException,
                            AutomationException
Reference line 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 symbolName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolName

void setSymbolName(String symbolName)
                   throws IOException,
                          AutomationException
Reference line 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:
symbolName - The symbolName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.