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




The output location can be the root level of a geodatabase or a feature dataset within a geodatabase. If the output location is a feature dataset, the coordinates are converted from the source coordinate system to the coordinate system of the feature dataset. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.