This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit Interface > IImageServerInit.Initialize Method (ArcObjects .NET 10.5 SDK) |
Initializes this image server from a fullname to a dataset.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal FullName As String _ )
[C#] public void Initialize ( string FullName );
[C++]
HRESULT Initialize(
BSTR FullName
);
[C++]
Parameters FullName FullName is a parameter of type BSTR
Initializes an ImageServer from a full path name to the data.