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




in_mosaic_dataset
The input mosaic dataset. (In, Required)
timestamp
Specify a date and time. All mosaic items modified after this date will be used to compute the dirty area. (In, Required)
out_feature_class
The output feature class where the dirty area polygons will be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_mosaic_dataset As Object, _
   ByVal timestamp As String, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_mosaic_dataset As Object
Dim timestamp As String
Dim out_feature_class As Object
 
Dim instance As ComputeDirtyArea(in_mosaic_dataset, timestamp, out_feature_class)
C# 
public ComputeDirtyArea( 
   object in_mosaic_dataset,
   string timestamp,
   object out_feature_class
)

Parameters

in_mosaic_dataset
The input mosaic dataset. (In, Required)
timestamp
Specify a date and time. All mosaic items modified after this date will be used to compute the dirty area. (In, Required)
out_feature_class
The output feature class where the dirty area polygons will be created. (Out, Required)

See Also

© 2010 All Rights Reserved.