CadViewInfo
CadViewInfo class
Represents view information for CAD drawing.
public class CadViewInfo : ViewInfo
Constructors
| Name |
Description |
| CadViewInfo(FileType, List<Page>, List<Layer>, List<Layout>) |
Initializes new instance of CadViewInfo class. |
Properties
| Name |
Description |
| FileType { get; set; } |
The type of the file. |
| Layers { get; set; } |
The list of layers contained by the CAD drawing. |
| Layouts { get; set; } |
The list of layouts contained by the CAD drawing. |
| Pages { get; set; } |
The list of pages to view. |
Methods
| Name |
Description |
| override ToString() |
Returns a string that represents the current object. |
See Also