All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SpecsViewer (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Viewer
            |
            +---Viewer2D
              |
              +---SpecsViewer
 


Represents the specification tree viewer.
This viewer displays the document's specification tree according to the chosen layout, and can only be included in a SpecsAndGeomWindow object.
See also:
CatSpecsLayout, SpecsAndGeomWindow

Property Index

Layout
Returns or sets the specification tree layout.

Properties


o Property Layout() As CatSpecsLayout
Returns or sets the specification tree layout.
Example:
This example sets the specification tree layout for the SpecsTreeViewer specification tree viewer to catSpecsViewerHorizontalCentered.
 SpecsTreeViewer.Layout = catSpecsViewerHorizontalCentered
 

Copyright © 2003, Dassault Systèmes. All rights reserved.