I have some code where I want to verify the user selected a particular type of drawing view. The drawing view types listed in this Enumeration list below is mostly self explanatory except for "Standard View". I cannot figure out what kind of view this is. If you create views using the 'Standard Views' displayed under 'Orientation when creating a view (Front, Top, Side, ISO, etc), this returns '7' which is a 'Named View'.
What view defines '6 - Standard View' ?
| Member | Description |
|---|---|
| swDrawingAlternatePositionView | 10 = Alternate position view |
| swDrawingAuxiliaryView | 5 = Auxiliary view |
| swDrawingDetachedView | 9 = Detached view |
| swDrawingDetailView | 3 = Detail view |
| swDrawingNamedView | 7 = Named view |
| swDrawingProjectedView | 4 = Projected (unfolded) view |
| swDrawingRelativeView | 8 = Relative view to the model |
| swDrawingSectionView | 2 = Section view |
| swDrawingSheet | 1 = Drawing sheet |
| swDrawingStandardView | 6 = Standard view |
