This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IJ > IJoinTableSourceDescription Interface > IJoinTableSourceDescription.LeftSourceDescription Property (ArcObjects .NET 10.5 SDK) |
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