create_file_stream method
create_file_stream
Creates a new file stream.
Returns
The file stream container.
def create_file_stream(self, file_location, is_temporal):
...
Parameter | Type | Description |
---|---|---|
file_location | str | The file location. |
is_temporal | bool | If set to true the file stream container is temporal. |
See Also
- module
aspose.cad
- class
FileStreamContainer