com.esri.arcgis.geoprocessing
Interface IMdDisplayEdge

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMdDisplayEdgeProxy

public interface IMdDisplayEdge
extends java.io.Serializable

COM Interface 'IMdDisplayEdge'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to properties/methods of a model display edge.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8b9cf82f_0f27_4fb1_bf5a_27587726747e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getColor()
          The color of the display edge object.
 int getDirection()
          The direction of the display edge object.
 int getStyle()
          The style of the display edge object.
 int getWidth()
          The width of the display edge object.
 boolean isNonLeveling()
          Indicates if non-leveling is enabled for the edge.
 void setColor(int pColor)
          The color of the display edge object.
 void setDirection(int pDirection)
          The direction of the display edge object.
 void setNonLeveling(boolean pNonLeveling)
          Indicates if non-leveling is enabled for the edge.
 void setStyle(int pStyle)
          The style of the display edge object.
 void setWidth(int pWidth)
          The width of the display edge object.
 

Field Detail

IID8b9cf82f_0f27_4fb1_bf5a_27587726747e

static final int IID8b9cf82f_0f27_4fb1_bf5a_27587726747e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getColor

int getColor()
             throws java.io.IOException,
                    AutomationException
The color of the display edge object.

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

setColor

void setColor(int pColor)
              throws java.io.IOException,
                     AutomationException
The color of the display edge object.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the display edge object.

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

setWidth

void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
The width of the display edge object.

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

getDirection

int getDirection()
                 throws java.io.IOException,
                        AutomationException
The direction of the display edge object.

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

setDirection

void setDirection(int pDirection)
                  throws java.io.IOException,
                         AutomationException
The direction of the display edge object.

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

isNonLeveling

boolean isNonLeveling()
                      throws java.io.IOException,
                             AutomationException
Indicates if non-leveling is enabled for the edge.

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

setNonLeveling

void setNonLeveling(boolean pNonLeveling)
                    throws java.io.IOException,
                           AutomationException
Indicates if non-leveling is enabled for the edge.

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

getStyle

int getStyle()
             throws java.io.IOException,
                    AutomationException
The style of the display edge object.

Returns:
A com.esri.arcgis.geoprocessing.esriModelDiagramEdgeStyle constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyle

void setStyle(int pStyle)
              throws java.io.IOException,
                     AutomationException
The style of the display edge object.

Parameters:
pStyle - A com.esri.arcgis.geoprocessing.esriModelDiagramEdgeStyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.