ESRI.ArcGIS.Analyst3DTools
LandXMLToTin Constructor(Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > LandXMLToTin Class > LandXMLToTin Constructor : LandXMLToTin Constructor(Object,Object,String)




in_landxml_path
The location of the LandXML file. (In, Required)
out_tin_folder
The folder where output files will be created. (In, Required)
tin_basename
The name of the TIN(s) to be output. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_landxml_path As Object, _
   ByVal out_tin_folder As Object, _
   ByVal tin_basename As String _
)
Visual Basic (Usage)Copy Code
Dim in_landxml_path As Object
Dim out_tin_folder As Object
Dim tin_basename As String
 
Dim instance As LandXMLToTin(in_landxml_path, out_tin_folder, tin_basename)
C# 
public LandXMLToTin( 
   object in_landxml_path,
   object out_tin_folder,
   string tin_basename
)

Parameters

in_landxml_path
The location of the LandXML file. (In, Required)
out_tin_folder
The folder where output files will be created. (In, Required)
tin_basename
The name of the TIN(s) to be output. (In, Required)

See Also

© 2010 All Rights Reserved.