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




The name of the feature class to create within the output location. The name must not already exist in the geodatabase. By default, the feature type name is used. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.