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


IModifyDimensionFeedback.GetHandles Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IModifyDimensionFeedback.GetHandles Method

The display feedback's handles.

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

Parameters points [out, retval]
points is a parameter of type IPointCollection

Product Availability

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

See Also

IModifyDimensionFeedback Interface