This is the type of data being copied. In the case where a geodatabase contains a feature dataset and a feature class with the same name, you may want to specify the type of data to be copied. You would need to specify feature dataset or feature class. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property data_type As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Copy
Dim value As String
instance.data_type = value
value = instance.data_type |
C# | |
---|
public string data_type {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also