DataIO.GetOutputFormats Method
Parent Object: DataIODescription
Obtains all the formats that can be output, paired with the storage-mediums into which they can possibly be presented.
Syntax
DataIO.GetOutputFormats( Formats() As String, StorageTypes() As StorageTypeEnum )Parameters
Name | Type | Description |
Formats | String | Input/output String that specifies all of the formats accepted by the method. |
StorageTypes | StorageTypeEnum | Input/output that specifies storage-media on which specific formats can be saved. |