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 > PolygonVolume Class : surface_area_field Property




The name of the output field used to store the surface area result. The default is SArea. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property surface_area_field As String
Visual Basic (Usage)Copy Code
Dim instance As PolygonVolume
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.