CadViewInfo

CadViewInfo constructor

Initializes new instance of CadViewInfo class.

public CadViewInfo(FileType fileType, List<Page> pages, List<Layer> layers, List<Layout> layouts)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
layers List`1 The list of layers contained by the CAD drawing.
layouts List`1 The list of layers contained by the CAD drawing.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.
ArgumentNullException Thrown when pages is null.
ArgumentNullException Thrown when layers is null.
ArgumentNullException Thrown when layouts is null.

See Also