CoverageTools
Export Constructor(String,Object,Object)
See Also  Send Feedback
ESRI.ArcGIS.CoverageTools Namespace > Export Class > Export Constructor : Export Constructor(String,Object,Object)




feature_type
in_dataset
interchange_file

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal feature_type As String, _
   ByVal in_dataset As Object, _
   ByVal interchange_file As Object _
)
Visual Basic (Usage)Copy Code
Dim feature_type As String
Dim in_dataset As Object
Dim interchange_file As Object
 
Dim instance As New Export(feature_type, in_dataset, interchange_file)
C# 
public Export( 
   string feature_type,
   object in_dataset,
   object interchange_file
)

Parameters

feature_type
in_dataset
interchange_file

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

© 2011 All Rights Reserved.