Properties
- 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