DataIO.GetInputFormats Method
Parent Object: DataIODescription
Obtains all the formats that can be accepted, paired with the storage-mediums on which they can possibly be received.
Syntax
DataIO.GetInputFormats( 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. |