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




The 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)

Syntax

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

See Also

© 2010 All Rights Reserved.