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




The child data element is contained by the input data element. Once the input data element is specified, the child data element control contains a drop-down list of the data elements contained in the input data element. For example, if the input is a feature dataset, all the feature classes within the feature dataset are included in the drop-down list. A single element is selected from this list. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.