DwgVersionWriter constructor

init

Initializes a new instance of the DwgVersionWriter class.

def __init__(self, stream, cad_acad_version):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream.
cad_acad_versionaspose.cad.fileformats.cad.cadconsts.CadAcadVersionThe Autocad version.

See Also