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




in_terrain
The terrain dataset to be modified. (In, Required)
data_source
One or more feature classes from which points will be removed. (In, Required)
polygon_features_or_extent
The location defining the area from which points will be removed. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_terrain
The terrain dataset to be modified. (In, Required)
data_source
One or more feature classes from which points will be removed. (In, Required)
polygon_features_or_extent
The location defining the area from which points will be removed. (In, Required)

See Also

© 2010 All Rights Reserved.