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


IImageServerInit.ImageDataSourceName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit.ImageDataSourceName Property

The image server data source name.

[Visual Basic .NET]
Public Property ImageDataSourceName As IName
[C#]
public IName ImageDataSourceName {get; set;}
[C++]
HRESULT get_ImageDataSourceName(
  IName** ppName
);
[C++]
HRESULT putref_ImageDataSourceName(
  IName* ppName
);
[C++]

Parameters ppName [out, retval]
ppName is a parameter of type IName ppName [in]
ppName is a parameter of type IName

Product Availability

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

See Also

IImageServerInit Interface