ESRI.ArcGIS.CartographyTools
CalculateUTMZone Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > CalculateUTMZone Class > CalculateUTMZone Constructor : CalculateUTMZone Constructor(Object,Object)




in_features
Input feature layer. (In, Required)
in_field
String field that stores the spatial reference string for the coordinate system. Field should have sufficient length (more than 600 characters) to hold the spatial reference string. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal in_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim in_field As Object
 
Dim instance As CalculateUTMZone(in_features, in_field)
C# 
public CalculateUTMZone( 
   object in_features,
   object in_field
)

Parameters

in_features
Input feature layer. (In, Required)
in_field
String field that stores the spatial reference string for the coordinate system. Field should have sufficient length (more than 600 characters) to hold the spatial reference string. (In, Required)

See Also

© 2010 All Rights Reserved.