ArcGIS API for WPF - Library Reference
LoadDataPoints Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsDataSource Class : LoadDataPoints Method

newItems
The new items.
oldItems
The old items.
Loads the data points.

Syntax

Visual Basic (Declaration) 
Protected Sub LoadDataPoints( _
   ByVal newItems As IEnumerable, _
   ByVal oldItems As IEnumerable _
) 
C# 
protected void LoadDataPoints( 
   IEnumerable newItems,
   IEnumerable oldItems
)

Parameters

newItems
The new items.
oldItems
The old items.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.