com.esri.arcgis.display
Interface IPictureSymbolEnvironment

All Superinterfaces:
Serializable
All Known Implementing Classes:
SymbologyEnvironment

public interface IPictureSymbolEnvironment
extends Serializable

Provides access to members that control the environment for picture symbol properties.

Product Availability

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


Method Summary
 int getPictureSymbolOptions()
          Output options for layers with picture symbols.
 void setPictureSymbolOptions(int options)
          Output options for layers with picture symbols.
 

Method Detail

getPictureSymbolOptions

int getPictureSymbolOptions()
                            throws IOException,
                                   AutomationException
Output options for layers with picture symbols.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A com.esri.arcgis.display.esriPictureSymbolOptions constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPictureSymbolOptions

void setPictureSymbolOptions(int options)
                             throws IOException,
                                    AutomationException
Output options for layers with picture symbols.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
options - A com.esri.arcgis.display.esriPictureSymbolOptions constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.