ArcGIS Runtime SDK for WPF - Library Reference
Cells Property
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > HydrographicS57Layer Class : Cells Property

Collection of cells currently added to the layer. The cells are loaded asynchronously. See the CellLoaded event to check for completion.

Syntax

Visual Basic (Declaration) 
Public Property Cells As ObservableCollection(Of S57Cell)
C# 
public ObservableCollection<S57Cell> Cells {get; set;}

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.