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


IMapServer4.GetDefaultLayerDrawingDescriptions Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.GetDefaultLayerDrawingDescriptions Method

Get Layer Drawing Description

[Visual Basic .NET]
Public Function GetDefaultLayerDrawingDescriptions ( _
    ByVal MapName As String, _
    ByVal pLayerIDs As ILongArray, _
    ByVal outputOptions As IServerSymbolOutputOptions _
) As ILayerDrawingDescriptions
[C#]
public ILayerDrawingDescriptions GetDefaultLayerDrawingDescriptions (
    string MapName,
    ILongArray pLayerIDs,
    IServerSymbolOutputOptions outputOptions
);
[C++]
HRESULT GetDefaultLayerDrawingDescriptions(
  BSTR MapName,
  ILongArray* pLayerIDs,
  IServerSymbolOutputOptions* outputOptions,
  ILayerDrawingDescriptions** ppLayerDrawingDescriptions
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR pLayerIDs [in]
pLayerIDs is a parameter of type ILongArray outputOptions [in]
outputOptions is a parameter of type IServerSymbolOutputOptions ppLayerDrawingDescriptions [out, retval]
ppLayerDrawingDescriptions is a parameter of type ILayerDrawingDescriptions

Product Availability

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

See Also

IMapServer4 Interface