com.esri.arcgis.carto
Interface IPictureNorthArrow

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPictureNorthArrowProxy

public interface IPictureNorthArrow
extends Serializable

Provides access to members that control the picture north arrow.

Product Availability

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


Method Summary
 IPicture getPicture()
          Picture used to draw the north arrow.
 void setPicture(IPicture picture)
          Picture used to draw the north arrow.
 

Method Detail

getPicture

IPicture getPicture()
                    throws IOException,
                           AutomationException
Picture used to draw the north arrow.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPicture

void setPicture(IPicture picture)
                throws IOException,
                       AutomationException
Picture used to draw the north arrow.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
picture - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.