|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdDisplayEdge
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 |
---|
static final int IID8b9cf82f_0f27_4fb1_bf5a_27587726747e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirection(int pDirection) throws java.io.IOException, AutomationException
pDirection
- The pDirection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNonLeveling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNonLeveling(boolean pNonLeveling) throws java.io.IOException, AutomationException
pNonLeveling
- The pNonLeveling (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int pStyle) throws java.io.IOException, AutomationException
pStyle
- A com.esri.arcgis.geoprocessing.esriModelDiagramEdgeStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |