com.esri.arcgis.display
Interface IBezierDisplayFeedback

All Superinterfaces:
IDisplayFeedback, IDisplayFeedback2, Serializable
All Known Implementing Classes:
IBezierDisplayFeedbackProxy

public interface IBezierDisplayFeedback
extends IDisplayFeedback2, Serializable

Additional Symbol properties for BezierFeedback objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ISymbol getControlArmSymbol()
          The line symbol used to draw the control arms of a bezier.
 ISymbol getControlPointSymbol()
          The marker symbol used to draw the control points of a bezier.
 void setControlArmSymbolByRef(ISymbol symbol)
          The line symbol used to draw the control arms of a bezier.
 void setControlPointSymbolByRef(ISymbol symbol)
          The marker symbol used to draw the control points of a bezier.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback2
isSymbolIsWYSIWYG, isUseReferenceScale, setSymbolIsWYSIWYG, setUseReferenceScale
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

getControlArmSymbol

ISymbol getControlArmSymbol()
                            throws IOException,
                                   AutomationException
The line symbol used to draw the control arms of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlArmSymbolByRef

void setControlArmSymbolByRef(ISymbol symbol)
                              throws IOException,
                                     AutomationException
The line symbol used to draw the control arms of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getControlPointSymbol

ISymbol getControlPointSymbol()
                              throws IOException,
                                     AutomationException
The marker symbol used to draw the control points of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlPointSymbolByRef

void setControlPointSymbolByRef(ISymbol symbol)
                                throws IOException,
                                       AutomationException
The marker symbol used to draw the control points of a bezier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.