FileCreateSource constructor
init
Initializes a new instance of the FileCreateSource
class.
def __init__(self, file_path):
...
Parameter | Type | Description |
---|---|---|
file_path | str | The file path to create. |
init
Initializes a new instance of the FileCreateSource
class.
def __init__(self, file_path, is_temporal):
...
Parameter | Type | Description |
---|---|---|
file_path | str | The file path to create. |
is_temporal | bool | If set to true the created file will be temporal. |
See Also
- module
aspose.cad.sources
- class
FileCreateSource