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




The output file name. The file name is used as a template when exporting a feature class containing multiple lines or polygons to XYZ format. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.