The DAImportationResult object includes properties that contain information about media that is being downloaded either synchronously or asynchronously.
For synchronous downloads, it is used in conjunction with ImportSound and ImportMovie.
For asynchronous downloads, it is used with ImportGeometryAsync, ImportImageAsync, ImportMovieAsync, and ImportSoundAsync.
DAImportationResult Properties
CompletionEvent A read-only property with a DAEvent value that is the event that fires once a download is complete. Duration A read-only property with a DANumber value that is the length of the media file being downloaded, in seconds. Geometry A read-only property with a DAGeometry value that is the geometry being downloaded. Image A read-only property with a DAImage value that is the image being downloaded. Progress A read-only property with a DANumber value that is the percentage of the download that has been completed. Size A read-only property with a DANumber value that is the size of the medium being downloaded, in bytes. Sound A read-only property with a DASound value that is the sound being downloaded.
A read-only property with a DAEvent value that is the event that fires once a download is complete.
Syntax
importationResultObj.CompletionEvent
A read-only property with a DANumber value that is the length of the media file being downloaded, in seconds.
Syntax
importationResultObj.Duration
A read-only property with a DAGeometry value that is the geometry being downloaded.
Syntax
importationResultObj.Geometry
A read-only property with a DAImage value that is the image being downloaded.
Syntax
importationResultObj.Image
A read-only property with a DANumber value that is the percentage of the download that has been completed. A value of 0 means 0 percent and a value of 1 means 100 percent.
Syntax
importationResultObj.Progress
A read-only property with a DANumber value that is the size of the medium being downloaded, in bytes.
Syntax
importationResultObj.Size
A read-only property with a DASound value that is the sound being downloaded.
Syntax
importationResultObj.Sound
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.