com.esri.arcgis.display
Interface ILineStroke

All Superinterfaces:
Serializable
All Known Implementing Classes:
LineStroke

public interface ILineStroke
extends Serializable

Provides access to members that control the line stroke.

Product Availability

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


Method Summary
 void draw(IOutputContext context, IGeometry geometry, IEnvelope envelope)
          Draws the line stroke.
 

Method Detail

draw

void draw(IOutputContext context,
          IGeometry geometry,
          IEnvelope envelope)
          throws IOException,
                 AutomationException
Draws the line stroke.

Product Availability

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

Parameters:
context - A reference to a com.esri.arcgis.display.IOutputContext (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.