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


IImageServerLayer.Initialize Method (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.Initialize Method
ArcGIS Developer Help

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