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


ISpatialJoin.ShowProcess Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

ISpatialJoin.ShowProcess Property

Indicates whether to show update messages while processing join.

[Visual Basic .NET]
Public Sub set_ShowProcess ( _
    ByVal bShowMessage As Boolean, _
    ByVal A_2 As Integer _
)
[C#]
public void set_ShowProcess (
    bool bShowMessage,
    int A_2
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISpatialJoin Interface