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




The terrain overview is the coarsest representation of the Terrain dataset. It's like a vector-based thumbnail. The maximum size is the upper limit to the number of measurement points sampled to create the overview. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property max_overview_size As Integer
Visual Basic (Usage)Copy Code
Dim instance As CreateTerrain
Dim value As Integer
 
instance.max_overview_size = value
 
value = instance.max_overview_size
C# 
public int max_overview_size {get; set;}

See Also

© 2010 All Rights Reserved.