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


IModifyDimensionFeedback.GetHandles Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IModifyDimensionFeedback Interface > IModifyDimensionFeedback.GetHandles Method
ArcGIS Developer Help

IModifyDimensionFeedback.GetHandles Method

The display feedback's handles.

[Visual Basic .NET]
Public Function GetHandles ( _
) As IPointCollection
[C#]
public IPointCollection GetHandles (
);
[C++]
HRESULT GetHandles(
void
);

Product Availability

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

See Also

IModifyDimensionFeedback Interface