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