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

dataContext
The data context.
Determines whether the datasource should create a data point for the associated item.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ShouldCreateDataPoint( _
   ByVal dataContext As Object _
) As Boolean
C# 
protected virtual bool ShouldCreateDataPoint( 
   object dataContext
)

Parameters

dataContext
The data context.

Return Value

true to create it, false to skip it.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.