com.esri.arcgis.carto
Interface ISimpleMapGridBorder

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleMapGridBorder

public interface ISimpleMapGridBorder
extends Serializable

Provides access to the members that control the simple map grid border.

Remarks

A simple map grid border is drawn using a line symbol specified with the ISimpleMapGridBorder interface.

An example is provided in the Carto Library Overview.

Product Availability

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


Method Summary
 ILineSymbol getLineSymbol()
          The line symbol used to draw the border.
 void setLineSymbol(ILineSymbol symbol)
          The line symbol used to draw the border.
 

Method Detail

getLineSymbol

ILineSymbol getLineSymbol()
                          throws IOException,
                                 AutomationException
The line symbol used to draw the border.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setLineSymbol

void setLineSymbol(ILineSymbol symbol)
                   throws IOException,
                          AutomationException
The line symbol used to draw the border.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.