|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAlgoMarkCrossings
Provides access to members that control the Mark Crossings schematic algorithm.
| Method Summary | |
|---|---|
double |
getSymbolSize()
Crossing mark symbol size. |
boolean |
isAbsoluteParameters()
Indicates if the values specified for the crossing mark symbol size must be interpreted as absolute units. |
boolean |
isRemoveMode()
Indicates if the existing crossing marks must be removed. |
void |
setAbsoluteParameters(boolean pVal)
Indicates if the values specified for the crossing mark symbol size must be interpreted as absolute units. |
void |
setRemoveMode(boolean pVal)
Indicates if the existing crossing marks must be removed. |
void |
setSymbolSize(double pVal)
Crossing mark symbol size. |
| Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm |
|---|
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef |
| Method Detail |
|---|
void setAbsoluteParameters(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAbsoluteParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbolSize(double pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSymbolSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveMode(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoveMode()
throws IOException,
AutomationException
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 | ||||||||