ArcGIS API for WPF - Library Reference
GPLinearUnit Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GPLinearUnit Class : GPLinearUnit Constructor

name
The name of the parameter.
unit
The unit the distance is measured in.
distance
The distance.
Initializes a new instance of the GPLinearUnit class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal unit As esriUnits, _
   ByVal distance As Double _
)
C# 
public GPLinearUnit( 
   string name,
   esriUnits unit,
   double distance
)

Parameters

name
The name of the parameter.
unit
The unit the distance is measured in.
distance
The distance.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.