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


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

IParcelPropertiesWindow.Show Method

Show/Hide the Parcel Edit Properties Window.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal Show As Boolean _
)
[C#]
public void Show (
    bool Show
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelPropertiesWindow Interface