This document is archived and information here might be outdated.  Recommended version.


ITopologyGraph.GetSelectionFeedback Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.GetSelectionFeedback Method
ArcGIS Developer Help

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
);
[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 bool

Product Availability

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

See Also

ITopologyGraph Interface