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


IAISImageServiceX.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServiceX Interface > IAISImageServiceX.Init Method
ArcGIS Developer Help

IAISImageServiceX.Init Method

[Visual Basic .NET]
Public Function Init ( _
    ByVal imageServiceSource As String, _
    ByVal ServiceProperties As String, _
    ByVal parentClientObject As IAISClientObjectX _
) As Boolean
[C#]
public bool Init (
    string imageServiceSource,
    string ServiceProperties,
    IAISClientObjectX parentClientObject
);
[C++]
HRESULT Init(
  BSTR imageServiceSource,
  BSTR ServiceProperties,
  IAISClientObjectX* parentClientObject
);
[C++]
Parameters
imageServiceSource [in]

imageServiceSource is a parameter of type BSTR ServiceProperties [in]
ServiceProperties is a parameter of type BSTR parentClientObject [in]
parentClientObject is a parameter of type IAISClientObjectX*

Product Availability

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

See Also

IAISImageServiceX Interface