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


ISDGenerator.GetDescription Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISDGenerator.GetDescription Method

[Visual Basic .NET]
Public Function GetDescription ( _
    ByVal serviceType As String _
) As Byte[]
[C#]
public Byte[] GetDescription (
    string serviceType
);
[C++]
HRESULT GetDescription(
  BSTR serviceType,
  pJsonLayerList* pJsonLayerList
);
[C++]

Parameters serviceType [in] serviceType is a parameter of type BSTR pJsonLayerList [out, retval] pJsonLayerList is a parameter of type

Product Availability

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

See Also

ISDGenerator Interface