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


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

IConstructionMiniBar.Show Method

Shows the construction minibar.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructionMiniBar Interface