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


ISDGenerator.GetDescription Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters serviceType [in]
serviceType is a parameter of type BSTR

Product Availability

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

See Also

ISDGenerator Interface