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


IJoinTableSourceDescription.LeftSourceDescription Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IJoinTableSourceDescription.LeftSourceDescription Property

Data Source for left table.

[Visual Basic .NET]
Public Property LeftSourceDescription As IMapServerSourceDescription
[C#]
public IMapServerSourceDescription LeftSourceDescription {get; set;}
[C++]
HRESULT get_LeftSourceDescription(
  IMapServerSourceDescription** ppLeftSourceDescription
);
[C++]
HRESULT put_LeftSourceDescription(
  IMapServerSourceDescription* ppLeftSourceDescription
);
[C++]

Parameters ppLeftSourceDescription [out, retval]
ppLeftSourceDescription is a parameter of type IMapServerSourceDescription ppLeftSourceDescription [in]
ppLeftSourceDescription is a parameter of type IMapServerSourceDescription

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJoinTableSourceDescription Interface