com.esri.arcgis.output
Interface IExportVectorOptionsEx

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportAI, ExportEMF, ExportPDF, ExportPS, ExportSVG, IExportVectorOptionsExProxy

public interface IExportVectorOptionsEx
extends java.io.Serializable

COM Interface 'IExportVectorOptionsEx'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the extra Vector Export Options.' 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 IIDccf50555_74e3_4f29_9ffe_1fc489d1552c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getExportPictureSymbolOptions()
          Options describing what to do with Picture Symbol on export.
 void setExportPictureSymbolOptions(int opt)
          Options describing what to do with Picture Symbol on export.
 

Field Detail

IIDccf50555_74e3_4f29_9ffe_1fc489d1552c

static final int IIDccf50555_74e3_4f29_9ffe_1fc489d1552c
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

setExportPictureSymbolOptions

void setExportPictureSymbolOptions(int opt)
                                   throws java.io.IOException,
                                          AutomationException
Options describing what to do with Picture Symbol on export.

Parameters:
opt - 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.

getExportPictureSymbolOptions

int getExportPictureSymbolOptions()
                                  throws java.io.IOException,
                                         AutomationException
Options describing what to do with Picture Symbol on export.

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.