DiagramSaveOptions constructor

DiagramSaveOptions()

Initializes a new instance of this class that can be used to save a diagram in the VDX format.

def __init__(self):
    ...

DiagramSaveOptions(save_format)

Initializes a new instance of this class that can be used to save a diagram in the VDX or VSX format.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFileFormat

See Also