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


IImageServerLayer.DataSource Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  LPUNKNOWN* ppDataSource
);
[C++]

Parameters ppDataSource [out, retval] ppDataSource is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IImageServerLayer Interface