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.
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.