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


ISurveyEditDialog.ShowWindow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IS > ISurveyEditDialog Interface > ISurveyEditDialog.ShowWindow Method
ArcGIS Developer Help

ISurveyEditDialog.ShowWindow Method

Show the dialog associated with the current active command.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ISurveyEditDialog Interface