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




input_folder
The folder containing the images. The images in the folder should be of the same type (BMP or JPEG). (In, Required)
out_video_file
The output video file (*.avi or *.mov). (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_folder As Object, _
   ByVal out_video_file As Object _
)
Visual Basic (Usage)Copy Code
Dim input_folder As Object
Dim out_video_file As Object
 
Dim instance As RasterToVideo(input_folder, out_video_file)
C# 
public RasterToVideo( 
   object input_folder,
   object out_video_file
)

Parameters

input_folder
The folder containing the images. The images in the folder should be of the same type (BMP or JPEG). (In, Required)
out_video_file
The output video file (*.avi or *.mov). (Out, Required)

See Also

© 2010 All Rights Reserved.