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


IParcelTransformation.UpdateMiniToolbar Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelTransformation Interface > IParcelTransformation.UpdateMiniToolbar Method
ArcGIS Developer Help

IParcelTransformation.UpdateMiniToolbar Method

Update the transparency of the transformation tool bar. Call this method on parcel move.

[Visual Basic .NET]
Public Sub UpdateMiniToolbar ( _
    ByVal pPoint As IPoint _
)
[C#]
public void UpdateMiniToolbar (
    IPoint pPoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelTransformation Interface