ESRI.ArcGIS.Analyst3DTools
DecimateTinNodes Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > DecimateTinNodes Class > DecimateTinNodes Constructor : DecimateTinNodes Constructor(Object,Object,Object)




in_tin
The input TIN. (In, Required)
out_tin
The generalized output TIN. (Out, Required)
method
The decimation method may be based on ZTOLERANCE in which case the generalization produces an output TIN that's within a known vertical accuracy of the input, or COUNT, in which case the node count of the output TIN is constrained to a size limit. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_tin As Object, _
   ByVal out_tin As Object, _
   ByVal method As Object _
)
Visual Basic (Usage)Copy Code
Dim in_tin As Object
Dim out_tin As Object
Dim method As Object
 
Dim instance As DecimateTinNodes(in_tin, out_tin, method)
C# 
public DecimateTinNodes( 
   object in_tin,
   object out_tin,
   object method
)

Parameters

in_tin
The input TIN. (In, Required)
out_tin
The generalized output TIN. (Out, Required)
method
The decimation method may be based on ZTOLERANCE in which case the generalization produces an output TIN that's within a known vertical accuracy of the input, or COUNT, in which case the node count of the output TIN is constrained to a size limit. (In, Required)

See Also

© 2010 All Rights Reserved.