This document is archived and information here might be outdated. Recommended version. |
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*