|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportVectorOptions
Provides access to members that control the Vector Export Options.
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 |
---|
void setPolygonizeMarkers(boolean bPolygonizeMarkers) throws IOException, AutomationException
bPolygonizeMarkers
- The bPolygonizeMarkers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPolygonizeMarkers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxVertexNumber(int lMaxVertices) throws IOException, AutomationException
lMaxVertices
- The lMaxVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxVertexNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |