This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.GetSelectionFeedback Method (ArcObjects .NET 10.5 SDK) |
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