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