|
EvApplication > EvFile > EvScenesCollection View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
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.
The following EvScenesCollection methods and properties are detailed below:
|
FindByName |
Count |
EvScenesCollection implements the following methods and interfaces:
|
Description |
|
|
FindByName |
FindByName(string SceneName) SummaryFind the Scene object specified by SceneName in the ScenesCollection. ReturnNull if SceneName can not be found. |
|
Description |
|
|
Count |
(read-only) integer Count SummaryGet the number of scenes in this collection. |
|
Item |
(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 EvFilesCollection page show several ways to use the Item property. |