ESRI.ArcGIS.Analyst3DTools
pyramid_level_definition Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > AddTerrainPyramidLevel Class : pyramid_level_definition Property




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)

Syntax

Visual Basic (Declaration) 
Public Property pyramid_level_definition As Object
Visual Basic (Usage)Copy Code
Dim instance As AddTerrainPyramidLevel
Dim value As Object
 
instance.pyramid_level_definition = value
 
value = instance.pyramid_level_definition
C# 
public object pyramid_level_definition {get; set;}

See Also

© 2010 All Rights Reserved.