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




Update Extent is used to recalculate the data extent for a window size based terrain dataset when the data area has been reduced through editing. It is not needed if the data extent has increased or if the terrain dataset is z-tolerance based. It will scan through all the terrain data to determine the new extent. If the terrain is large it may be expensive in terms of I/O to run this option. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property update_extent As String
Visual Basic (Usage)Copy Code
Dim instance As BuildTerrain
Dim value As String
 
instance.update_extent = value
 
value = instance.update_extent
C# 
public string update_extent {get; set;}

See Also

© 2010 All Rights Reserved.