ArcGIS API for WPF - Library Reference
LayerInfo Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : LayerInfo Property

Information about the feature layer. If null, can be obtained by calling FeatureLayerInfo.Get and listening to its Ready event. When the Ready event is fired, the LayerInfo property can be set to the FeatureLayerInfo that is now ready for use.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LayerInfo As FeatureLayerInfo
C# 
public FeatureLayerInfo LayerInfo {get;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.