com.esri.arcgis.location
Interface IHatchLineDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
HatchLineDefinition

public interface IHatchLineDefinition
extends Serializable

Provides access to the line hatch definition properties.

Product Availability

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


Method Summary
 double getLength()
          The hatch line length.
 double getSupplementalAngle()
          The SupplementalAngle.
 void setLength(double pLength)
          The hatch line length.
 void setSupplementalAngle(double pAngle)
          The SupplementalAngle.
 

Method Detail

getLength

double getLength()
                 throws IOException,
                        AutomationException
The hatch line length.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pLength
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLength

void setLength(double pLength)
               throws IOException,
                      AutomationException
The hatch line length.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pLength - The pLength (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupplementalAngle

double getSupplementalAngle()
                            throws IOException,
                                   AutomationException
The SupplementalAngle.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pAngle
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupplementalAngle

void setSupplementalAngle(double pAngle)
                          throws IOException,
                                 AutomationException
The SupplementalAngle.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pAngle - The pAngle (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.