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




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)

Syntax

Visual Basic (Declaration) 
Public Property method As Object
Visual Basic (Usage)Copy Code
Dim instance As DecimateTinNodes
Dim value As Object
 
instance.method = value
 
value = instance.method
C# 
public object method {get; set;}

See Also

© 2010 All Rights Reserved.