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




Performs a neatline clip on the output TIN. The analysis extent is used as the clip polygon. This only has an effect if the analysis extent is defined and it's smaller than the extent of the input terrain. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.