All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SceneWorkbench (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Workbench
            |
            +---SceneWorkbench
 


Represent the access point to scenes management.

Property Index

WorkScenes
Returns the Scenes collection.

Properties


o Property WorkScenes() As CATIAWorkScenes (Read Only)
Returns the Scenes collection.
Example:
This example retrieves the WorkScenes collection of the active document.
    Dim TheWorkSceneWorkbench As Workbench
    Set TheWorkSceneWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SceneWorkbench" )
    Dim TheScenesList As WorkScenes
    Set TheScenesList = TheWorkSceneWorkbench.WorkScenes
    

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