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


IRotateTracker.OnMouseUp Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IRotateTracker.OnMouseUp Method

Finish move or resize tracking.

[Visual Basic .NET]
Public Function OnMouseUp ( _
) As Boolean
[C#]
public bool OnMouseUp (
);
[C++]
HRESULT OnMouseUp(
  VARIANT_BOOL* angleChanged
);
[C++]

Parameters angleChanged [out, retval] angleChanged is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRotateTracker Interface