This document is archived and information here might be outdated. Recommended version. |
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