com.esri.arcgis.carto
Interface IACAcetateLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ACAcetateLayer

public interface IACAcetateLayer
extends Serializable

Provides access to members that control ArcIMS acetate layer.

Product Availability

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


Method Summary
 boolean isDisplayNorthArrow()
          Indicates if the layer displays the north arrow.
 boolean isDisplayScaleBar()
          Indicates if the layer displays the scale bar.
 void setDisplayNorthArrow(boolean flag)
          Indicates if the layer displays the north arrow.
 void setDisplayScaleBar(boolean flag)
          Indicates if the layer displays the scale bar.
 

Method Detail

isDisplayNorthArrow

boolean isDisplayNorthArrow()
                            throws IOException,
                                   AutomationException
Indicates if the layer displays the north arrow.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setDisplayNorthArrow

void setDisplayNorthArrow(boolean flag)
                          throws IOException,
                                 AutomationException
Indicates if the layer displays the north arrow.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isDisplayScaleBar

boolean isDisplayScaleBar()
                          throws IOException,
                                 AutomationException
Indicates if the layer displays the scale bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setDisplayScaleBar

void setDisplayScaleBar(boolean flag)
                        throws IOException,
                               AutomationException
Indicates if the layer displays the scale bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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