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


ISDGenerator.GetLayerDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISDGenerator Interface > ISDGenerator.GetLayerDescription Method
ArcGIS Developer Help

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
);
[C++]
Parameters
serviceType [in]

serviceType is a parameter of type BSTR ID [in]
ID is a parameter of type int

Product Availability

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

See Also

ISDGenerator Interface