ArcObjects Library Reference (GeoDatabase)  

ITopologyGraph.GetSelectionFeedback Method

Creates a display feedback object to indicate the effect of a TransformSelection operation on the selected elements; whichElements is a bitwise combination of esriTopologyElement values.

[Visual Basic .NET]
Public Function GetSelectionFeedback ( _
    ByVal whichElements As Integer, _
    ByVal anchor As IPoint, _
    ByVal proportionalStretch As Boolean _
) As IDisplayFeedback
[C#]
public IDisplayFeedback GetSelectionFeedback (
    int whichElements,
    IPoint anchor,
    bool proportionalStretch
);
[C++]
HRESULT GetSelectionFeedback(
  long whichElements,
  IPoint* anchor,
  VARIANT_BOOL proportionalStretch,
  IDisplayFeedback** selFeedback
);
[C++]

Parameters

whichElements   whichElements is a parameter of type long anchor

  anchor is a parameter of type IPoint

proportionalStretch   proportionalStretch is a parameter of type VARIANT_BOOL selFeedback [out, retval]

  selFeedback is a parameter of type IDisplayFeedback

Product Availability

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

See Also

ITopologyGraph Interface