|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModifyDimensionFeedback
Provides access to members to control the display feedback for modifying existing dimension features.
| Method Summary | |
|---|---|
IDimensionShape |
getDimensionShape()
The Dimension shape. |
int |
getDimensionType()
The dimension type of the display feedback. |
IPointCollection |
getHandles()
The display feedback's handles. |
double |
getReferenceScale()
The reference scale of the display feedback. |
int |
getReferenceScaleUnits()
The reference scale units of the display feedback. |
void |
setDimensionShapeByRef(IDimensionShape shape)
The Dimension shape. |
void |
setDimensionType(int type)
The dimension type of the display feedback. |
void |
setReferenceScale(double scale)
The reference scale of the display feedback. |
void |
setReferenceScaleUnits(int units)
The reference scale units of the display feedback. |
void |
setStyle(IDimensionStyle rhs1)
The dimension style for the display feedback. |
void |
start(IPoint handle)
Starts the feedback. |
IDimensionShape |
stop()
Stops the feedback and returns the points. |
| Method Detail |
|---|
void setStyle(IDimensionStyle rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDimensionShape getDimensionShape()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDimensionShapeByRef(IDimensionShape shape)
throws IOException,
AutomationException
shape - A reference to a com.esri.arcgis.carto.IDimensionShape (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPointCollection getHandles()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void start(IPoint handle)
throws IOException,
AutomationException
handle - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDimensionShape stop()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDimensionType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDimensionType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.esriDimensionType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getReferenceScale()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReferenceScale(double scale)
throws IOException,
AutomationException
scale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getReferenceScaleUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReferenceScaleUnits(int units)
throws IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (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 | ||||||||