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


IScaleTracker.OnMouseUp Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScaleTracker.OnMouseUp Method

Finish move or resize tracking.

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

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

Product Availability

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

See Also

IScaleTracker Interface