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

id
The class id.
name
The class name.
geometry
The site polygon.
Initializes a new instance of the ClassDescription class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As Integer, _
   ByVal name As String, _
   ByVal geometry As Polygon _
)
C# 
public ClassDescription( 
   int id,
   string name,
   Polygon geometry
)

Parameters

id
The class id.
name
The class name.
geometry
The site polygon.

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.