ESRI.ArcGIS.Mobile
ClassBreakFeatureType Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > ClassBreakFeatureType Class : ClassBreakFeatureType Constructor

name
swatch
ordinal
featureSource
minValue
maxValue
ClassBreakFeatureType

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal swatch As Bitmap, _
   ByVal ordinal As Integer, _
   ByVal featureSource As FeatureSource, _
   ByVal minValue As Double, _
   ByVal maxValue As Double _
)
C# 
public ClassBreakFeatureType( 
   string name,
   Bitmap swatch,
   int ordinal,
   FeatureSource featureSource,
   double minValue,
   double maxValue
)

Parameters

name
swatch
ordinal
featureSource
minValue
maxValue

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also