com.esri.arcgis.output
Interface IExportVectorOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportAI, ExportEMF, ExportPDF, ExportPS, ExportSVG

public interface IExportVectorOptions
extends Serializable

Provides access to members that control the Vector Export Options.

Product Availability

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


Method Summary
 int getMaxVertexNumber()
          Maximum number of vertices in feature.
 boolean isPolygonizeMarkers()
          Polygonize (represent as vectors instead of fonts) marker symbols option.
 void setMaxVertexNumber(int lMaxVertices)
          Maximum number of vertices in feature.
 void setPolygonizeMarkers(boolean bPolygonizeMarkers)
          Polygonize (represent as vectors instead of fonts) marker symbols option.
 

Method Detail

setPolygonizeMarkers

void setPolygonizeMarkers(boolean bPolygonizeMarkers)
                          throws IOException,
                                 AutomationException
Polygonize (represent as vectors instead of fonts) marker symbols option.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
bPolygonizeMarkers - The bPolygonizeMarkers (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPolygonizeMarkers

boolean isPolygonizeMarkers()
                            throws IOException,
                                   AutomationException
Polygonize (represent as vectors instead of fonts) marker symbols option.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The bPolygonizeMarkers
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxVertexNumber

void setMaxVertexNumber(int lMaxVertices)
                        throws IOException,
                               AutomationException
Maximum number of vertices in feature.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
lMaxVertices - The lMaxVertices (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxVertexNumber

int getMaxVertexNumber()
                       throws IOException,
                              AutomationException
Maximum number of vertices in feature.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The lMaxVertices
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.