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


ISpatialJoin.LeftOuterJoin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IS > ISpatialJoin Interface > ISpatialJoin.LeftOuterJoin Property
ArcGIS Developer Help

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