ArcGIS API for Silverlight - Library Reference
FeatureSet Constructor(IEnumerable<Geometry>)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > FeatureSet Class > FeatureSet Constructor : FeatureSet Constructor(IEnumerable<Geometry>)

geometries
A set of geometries to populate the FeatureSet with.
Initializes a new instance of the FeatureSet class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal geometries As IEnumerable(Of Geometry) _
)
C# 
public FeatureSet( 
   IEnumerable<Geometry> geometries
)

Parameters

geometries
A set of geometries to populate the FeatureSet with.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.