com.esri.arcgis.display
Interface IReferenceFillSymbol

All Superinterfaces:
IFillSymbol, Serializable
All Known Implementing Classes:
IReferenceFillSymbolProxy

public interface IReferenceFillSymbol
extends IFillSymbol, Serializable

Provides access to members that control the reference fill 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.IFillSymbol
getColor, getOutline, setColor, setOutline
 

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.