|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEdgeFlagDisplay
Provides access to members that return and set the properties that are specific to edge flags.
Use the IEdgeFlagDisplay interface to specify how far along an edge feature the edge flag is located. The value can be a number between 0 and 1. A value of 0 means the flag will be located close to the FROM junction of an edge. A value of 1 means it will be located close to the TO junction of an edge.
IJunctionFlagDisplay
,
IEdgeFlagDisplay
,
IFlagDisplay
,
com.esri.arcgis.editorext.INetworkAnalysisExtFlags
Method Summary | |
---|---|
double |
getPercentage()
Position of the flag along the edge element. |
void |
setPercentage(double percentage)
Position of the flag along the edge element. |
Method Detail |
---|
double getPercentage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPercentage(double percentage) throws IOException, AutomationException
percentage
- The percentage (in)
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 |