All Frameworks  Object Hierarchy  This Framework  Indexes   

SceneWorkbench (Object)

Represent the access point to scenes management.

Property Index

WorkScenes
Returns the Scenes collection.

Properties


o Property WorkScenes() As (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.