Method that starts recording the drive relationship animation for saving to a wmv file. Use the StopRecording method to stop recording and generate the animation file.
Name | Type | Description |
FullFileName | String | Input String that specifies the full file name of the wmv file to save the recording to. |
NetworkBandwidth | Long | Optional input Long that specifies the bandwidth of your network connection in kbps. This value determines the size of the output file and the quality of recording. If not specified, this defaults to the BroadBand connection speed (250 Kbps). This is an optional argument whose default value is 250. |
ImageWidth | Long | Optional input Long that specifies the width of the recorded window. Defaults to 176 if not specified. This is an optional argument whose default value is 176. |
ImageHeight | Long | Optional input Long that specifies the height of the recorded window. Defaults to 144 if not specified. This is an optional argument whose default value is 144. |
AddMarkers | Boolean | Optional input Boolean that specifies whether or not to add markers to the recording. Defaults to False. This is an optional argument whose default value is False. |
MoreOptions | Variant | Optional input that specifies additional options. This argument is currently not used. This is an optional argument whose default value is null. |