This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServerManager Interface > IAISImageServerManager.GetServiceDefinitionName Method (ArcObjects .NET 10.4 SDK) |
Gets the service name of the image service, given the path to compiled service. Returns an empty string if the service was never published or has not been started.
[Visual Basic .NET] Public Function GetServiceDefinitionName ( _ ByVal servicePath As String _ ) As String
[C#] public string GetServiceDefinitionName ( string servicePath );
[C++]
HRESULT GetServiceDefinitionName(
BSTR servicePath,
BSTR* serviceName
);
[C++]
Parameters servicePath [in] servicePath is a parameter of type BSTR serviceName [out, retval] serviceName is a parameter of type BSTR