This document is archived and information here might be outdated. Recommended version. |
[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