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




Controls the maximum number of points used to create an individual triangle strip. Note that each multipatch is usually composed of multiple strips. The default value is 1,024. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property max_strip_size As Integer
Visual Basic (Usage)Copy Code
Dim instance As InterpolatePolyToPatch
Dim value As Integer
 
instance.max_strip_size = value
 
value = instance.max_strip_size
C# 
public int max_strip_size {get; set;}

See Also

© 2010 All Rights Reserved.