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


IImageServerLayer.Initialize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerLayer.Initialize Method

Initializes the layer with an image service URL.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal ServiceURL As String _
)
[C#]
public void Initialize (
    string ServiceURL
);
[C++]
HRESULT Initialize(
  BSTR ServiceURL
);
[C++]

Parameters ServiceURL [in] ServiceURL is a parameter of type BSTR

Product Availability

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

See Also

IImageServerLayer Interface

.NET Related Topics

How to create an image server layer