ArcGIS Runtime SDK for WPF - Library Reference
FeatureTemplate Constructor
See Also 
ESRI.ArcGIS.Client.FeatureService Namespace > FeatureTemplate Class : FeatureTemplate Constructor

name
The name.
description
The description.
prototypeGeometry
The prototype geometry.
prototypeAttributes
The prototype attributes.
drawingTool
The drawing tool.
Initializes a new instance of the FeatureTemplate class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal description As String, _
   ByVal prototypeGeometry As Geometry, _
   ByVal prototypeAttributes As IDictionary(Of String,Object), _
   ByVal drawingTool As FeatureEditTool _
)

Parameters

name
The name.
description
The description.
prototypeGeometry
The prototype geometry.
prototypeAttributes
The prototype attributes.
drawingTool
The drawing tool.

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.