StlSaveOptions constructor

__init__(self)

Initializes of a new StlSaveOptions instance.


def __init__(self):
    ...

__init__(self, content_type)

Initializes of a new StlSaveOptions instance.


def __init__(self, content_type):
    ...
ParameterTypeDescription
content_typeFileContentType

See Also