COM object EvScenesCollection
EvApplication>EvFileCollection > EvFile > EvScenesCollection
View the COM map and the COM summary. |
The EvScenesCollection object accesses information about the set of scenes in an EV file. A scene is an item of the EvScenesCollection and can be accessed via the EvFile.Scenes[] property.
The EvScene object allows you find specific information about a scene in the EvScenesCollection.
EvScenesCollection methods and properties:
|
Description |
(read-only) integer Count SummaryGet the number of scenes in this collection. |
|
FindByName(string SceneName) SummaryFind the Scene object specified by SceneName in the ScenesCollection. ReturnNull if SceneName can not be found. |
|
(read-only) Item[] SummaryGives access to a specific scene by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is an EvScene object. Item is the default property for this interface. The examples on the EvFileCollection page show several ways to use the Item property. |