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


IConstructionMiniBar2.ShowEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConstructionMiniBar2 Interface > IConstructionMiniBar2.ShowEx Method
ArcGIS Developer Help

IConstructionMiniBar2.ShowEx Method

Shows the construction minibar.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructionMiniBar2 Interface