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


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

ISDGenerator.GetLayerDescription Method

[Visual Basic .NET]
Public Function GetLayerDescription ( _
    ByVal serviceType As String, _
    ByVal ID As Integer _
) As Byte[]
[C#]
public Byte[] GetLayerDescription (
    string serviceType,
    int ID
);
[C++]
HRESULT GetLayerDescription(
  BSTR serviceType,
  Long ID,
  pJsonLayerDescrition* pJsonLayerDescrition
);
[C++]

Parameters serviceType [in] serviceType is a parameter of type BSTR ID [in] ID is a parameter of type Long pJsonLayerDescrition [out, retval] pJsonLayerDescrition is a parameter of type

Product Availability

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

See Also

ISDGenerator Interface