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




in_terrain
The input terrain dataset. (In, Required)
out_feature_class
The output point or multipoint feature class name. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_terrain As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_terrain As Object
Dim out_feature_class As Object
 
Dim instance As TerrainToPoints(in_terrain, out_feature_class)
C# 
public TerrainToPoints( 
   object in_terrain,
   object out_feature_class
)

Parameters

in_terrain
The input terrain dataset. (In, Required)
out_feature_class
The output point or multipoint feature class name. (Out, Required)

See Also

© 2010 All Rights Reserved.