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




in_terrain
The terrain to which you want to add a pyramid level. (In, Required)
pyramid_level_definition
The z-tolerance or window size and reference scale of one or more pyramid levels that will be added to the terrain. The values are given in space delimited pairs; one pair for each level. The pyramid type (z-tolerance or window size) can be specified as a floating point value. The reference scale must be provided as a whole number (e.g., a value of 24000 represents a scale of 1:24000). (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_definition As Object _
)
Visual Basic (Usage)Copy Code
Dim in_terrain As Object
Dim pyramid_level_definition As Object
 
Dim instance As AddTerrainPyramidLevel(in_terrain, pyramid_level_definition)
C# 
public AddTerrainPyramidLevel( 
   object in_terrain,
   object pyramid_level_definition
)

Parameters

in_terrain
The terrain to which you want to add a pyramid level. (In, Required)
pyramid_level_definition
The z-tolerance or window size and reference scale of one or more pyramid levels that will be added to the terrain. The values are given in space delimited pairs; one pair for each level. The pyramid type (z-tolerance or window size) can be specified as a floating point value. The reference scale must be provided as a whole number (e.g., a value of 24000 represents a scale of 1:24000). (In, Required)

See Also

© 2010 All Rights Reserved.