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




in_terrain
The input terrain dataset. (In, Required)
feature_class
The input Feature Class which requires that the current pyramid level resolutions be modified. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_terrain
The input terrain dataset. (In, Required)
feature_class
The input Feature Class which requires that the current pyramid level resolutions be modified. (In, Required)

See Also

© 2010 All Rights Reserved.