com.esri.arcgis.display
Interface IGraphicAttributeDashType

All Superinterfaces:
Serializable
All Known Implementing Classes:
GraphicAttributeDashType

public interface IGraphicAttributeDashType
extends Serializable

Provides access to methods dealing with dash attribute values.

Product Availability

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


Method Summary
 int getDashType()
          Type of dash attribute.
 void setDashType(int val)
          Type of dash attribute.
 

Method Detail

getDashType

int getDashType()
                throws IOException,
                       AutomationException
Type of dash attribute.

Product Availability

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

Returns:
A com.esri.arcgis.display.esriDashAttributeType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDashType

void setDashType(int val)
                 throws IOException,
                        AutomationException
Type of dash attribute.

Product Availability

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

Parameters:
val - A com.esri.arcgis.display.esriDashAttributeType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.