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




in_terrain
The input terrain dataset for which the points or multipoints will be replaced. (In, Required)
terrain_feature_class
The feature class that contributes to the terrain dataset in which the points or multipoints will be replaced. (In, Required)
in_point_features
The feature class of points or multipoints to add as an additional data source to replace current points contributing to the terrain dataset. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_terrain As Object, _
   ByVal terrain_feature_class As String, _
   ByVal in_point_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_terrain As Object
Dim terrain_feature_class As String
Dim in_point_features As Object
 
Dim instance As ReplaceTerrainPoints(in_terrain, terrain_feature_class, in_point_features)
C# 
public ReplaceTerrainPoints( 
   object in_terrain,
   string terrain_feature_class,
   object in_point_features
)

Parameters

in_terrain
The input terrain dataset for which the points or multipoints will be replaced. (In, Required)
terrain_feature_class
The feature class that contributes to the terrain dataset in which the points or multipoints will be replaced. (In, Required)
in_point_features
The feature class of points or multipoints to add as an additional data source to replace current points contributing to the terrain dataset. (In, Required)

See Also

© 2010 All Rights Reserved.