ArcObjects Library Reference (ArcMapUI)  

ISpatialJoin.LeftOuterJoin Property

Indicates whether a match is required before adding a record from the source feature class to the result. If TRUE, all records in the source feature class are added regardless of whether there is a match.

[Visual Basic .NET]
Public WriteOnly Property LeftOuterJoin
[C#]
public void LeftOuterJoin {set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The following diagram illustrates the nature of the join which is performed depending on whether this parameter is set to true or false:

See Also

ISpatialJoin Interface