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




The name of the elevation attribute field of the output feature class. If a name is given, the feature class will be 2D; otherwise, it will be 3D. By default, the feature class is 3D. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.