ArcObjects Library Reference  (Carto)    

IImageServerInit.Initialize Method

Initializes this image server from a fullname to a dataset.

[Visual Basic 6.0]
Sub Initialize(
    ByVal FullName As String _
)
[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal FullName As String _
)
[C#]
public void Initialize (
    string FullName
);
[Java]
public void initialize (
    String FullName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Initialize(
  BSTR FullName
);
[C++]

Parameters

FullName

  FullName is a parameter of type BSTR

Product Availability

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

Description

Initializes an ImageServer from a full path name to the data.

See Also

IImageServerInit Interface