This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicMapTableDescription Interface > IDynamicMapTableDescription.Source Property (ArcObjects .NET 10.4 SDK) |
Data source for dynamic table.
[Visual Basic .NET] Public Property Source As IMapServerSourceDescription
[C#] public IMapServerSourceDescription Source {get; set;}
[C++]
HRESULT get_Source(
IMapServerSourceDescription** ppMapServerSourceDescription
);
[C++]
HRESULT put_Source(
IMapServerSourceDescription* ppMapServerSourceDescription
);
[C++]
Parameters ppMapServerSourceDescription [out, retval]
ppMapServerSourceDescription is a parameter of type IMapServerSourceDescription ppMapServerSourceDescription [in]
ppMapServerSourceDescription is a parameter of type IMapServerSourceDescription