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


IConstructionMiniBar.UpdateTransparency Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IConstructionMiniBar.UpdateTransparency Method

Updates the coordinate display and adjusts the tranparency of the window.

[Visual Basic .NET]
Public Sub UpdateTransparency ( _
    ByVal xLoc As Integer, _
    ByVal yLoc As Integer _
)
[C#]
public void UpdateTransparency (
    int xLoc,
    int yLoc
);

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructionMiniBar Interface