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




in_terrain
The terrain dataset to be modified. (In, Required)
pyramid_level_resolution
The pyramid level to be removed as specified by its resolution. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_terrain As Object, _
   ByVal pyramid_level_resolution As Double _
)
Visual Basic (Usage)Copy Code
Dim in_terrain As Object
Dim pyramid_level_resolution As Double
 
Dim instance As RemoveTerrainPyramidLevel(in_terrain, pyramid_level_resolution)
C# 
public RemoveTerrainPyramidLevel( 
   object in_terrain,
   double pyramid_level_resolution
)

Parameters

in_terrain
The terrain dataset to be modified. (In, Required)
pyramid_level_resolution
The pyramid level to be removed as specified by its resolution. (In, Required)

See Also

© 2010 All Rights Reserved.