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




in_mosaic_dataset
Path and name of mosaic dataset. (In, Required)
target_featureclass_type
The polygon feature class in the mosaic dataset whose geometry will be replaced. (In, Required)
target_join_field
Field in the mosaic dataset that will link to correct geometry in the input feature class. (In, Required)
input_featureclass
The polygon feature class with the new geometry for the mosaic dataset. (In, Required)
input_join_field
Field in the input feature class that will link to the correct row in the mosaic dataset. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_mosaic_dataset As Object, _
   ByVal target_featureclass_type As String, _
   ByVal target_join_field As Object, _
   ByVal input_featureclass As Object, _
   ByVal input_join_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_mosaic_dataset As Object
Dim target_featureclass_type As String
Dim target_join_field As Object
Dim input_featureclass As Object
Dim input_join_field As Object
 
Dim instance As ImportMosaicDatasetGeometry(in_mosaic_dataset, target_featureclass_type, target_join_field, input_featureclass, input_join_field)
C# 
public ImportMosaicDatasetGeometry( 
   object in_mosaic_dataset,
   string target_featureclass_type,
   object target_join_field,
   object input_featureclass,
   object input_join_field
)

Parameters

in_mosaic_dataset
Path and name of mosaic dataset. (In, Required)
target_featureclass_type
The polygon feature class in the mosaic dataset whose geometry will be replaced. (In, Required)
target_join_field
Field in the mosaic dataset that will link to correct geometry in the input feature class. (In, Required)
input_featureclass
The polygon feature class with the new geometry for the mosaic dataset. (In, Required)
input_join_field
Field in the input feature class that will link to the correct row in the mosaic dataset. (In, Required)

See Also

© 2010 All Rights Reserved.