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


IImageServerLayer.DataSource Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer Interface > IImageServerLayer.DataSource Property
ArcGIS Developer Help

IImageServerLayer.DataSource Property

Layer�s data source object.

[Visual Basic .NET]
Public ReadOnly Property DataSource As Object
[C#]
public object DataSource {get;}
[C++]
HRESULT get_DataSource(
  IUnknown Pointer* ppDataSource
);
[C++]
Parameters
ppDataSource [out, retval]

ppDataSource is a parameter of type IUnknown*

Product Availability

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

See Also

IImageServerLayer Interface