FileType constructor

init

Initializes new instance of FileType class.

def __init__(self):
    ...

init

Initializes new instance of FileType class.

def __init__(self, file_format, extension):
    ...
Parameter Type Description
file_format System.String File format e.g. “Drawing Exchange Format File”
extension System.String File extension with dot e.g. “.dxf”

See Also