ArcGIS Runtime SDK for Windows Phone - Library Reference
DynamicLayerInfo Constructor(LayerInfo)
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > DynamicLayerInfo Class > DynamicLayerInfo Constructor : DynamicLayerInfo Constructor(LayerInfo)

layerInfo
The layer info to create the DynamicLayerInfo from.
Initializes a new instance of the DynamicLayerInfo class from a LayerInfo instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal layerInfo As LayerInfo _
)
C# 
public DynamicLayerInfo( 
   LayerInfo layerInfo
)

Parameters

layerInfo
The layer info to create the DynamicLayerInfo from.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.