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




The name of the output field containing the 3D area of the resulting multipatches. This area takes the surface undulations into consideration and is always larger than the planimetric area unless the surface is flat, in which case the two are equal. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.