com.esri.arcgis.display
Interface IPictureSymbolEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPictureSymbolEnvironmentProxy, SymbologyEnvironment

public interface IPictureSymbolEnvironment
extends java.io.Serializable

COM Interface 'IPictureSymbolEnvironment'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the environment for picture symbol properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc6778756_976c_4761_a3a7_661b2446a7bb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getPictureSymbolOptions()
          Output options for layers with picture symbols.
 void setPictureSymbolOptions(int options)
          Output options for layers with picture symbols.
 

Field Detail

IIDc6778756_976c_4761_a3a7_661b2446a7bb

static final int IIDc6778756_976c_4761_a3a7_661b2446a7bb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPictureSymbolOptions

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

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

setPictureSymbolOptions

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

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