ESRI.ArcGIS.Analyst3DTools
DelineateTinDataArea Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace : DelineateTinDataArea Class




The following tables list the members exposed by DelineateTinDataArea.

Public Constructors

 NameDescription
Public ConstructorDelineateTinDataArea ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyderived_out_tinOutput TIN (out, Optional)  
Public Propertyin_tinThe input TIN. (In, Required)  
Public Propertymax_edge_lengthTriangles with at least one edge that exceeds <max_edge_length> will be masked out as NODATA. These triangles will not be rendered in maps and will not be used in surface analysis such as interpolation. Length is the 2D distance. (In, Required)  
Public PropertymethodThe method used when processing triangles. PERIMETER_ONLY will iterate through triangles from the TIN's outer extent inward and will stop when the current iteration of boundary triangle edges don't exceed the Maximum Edge Length. ALL will classify the entire collection of TIN triangles by edge length. The default is PERIMETER_ONLY. (In, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.