|
EvApplication > EvFile > EvRegionClassesCollection View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
The EvRegionClassesCollection object gives you access to information about and the ability to add and delete a region class. A region class is an item in the EvRegionClassesCollection, which is accessed via the EvFile.RegionClasses[] property.
The EvRegionClass object allows you to find specific information about a region class.
The following EvRegionClassesCollection methods and properties are detailed below:
|
FindByName |
Count |
EvRegionClassesCollection implements the following methods and properties:
|
Description |
|
|
FindByName |
FindByName(string RegionClassName) SummaryFind the Region Class object specified by RegionClassName in the RegionClassesCollection. ReturnNull if RegionClassName can not be found. |
|
Add |
Add(string Name) SummaryCreate a new region class and add it to the collection. Parameters
ReturnNone. |
|
Delete |
Delete(EvRegionClass ClassToDelete) SummaryDelete a given region class from the collection. Parameters
ReturnNone. |
|
Description |
|
|
Count |
(read-only) integer Count SummaryGet the number of region classes in the collection. |
|
Item |
(read-only) Item[] SummaryGives access to a specific region class in the EvRegionClassesCollection by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is an EvRegion object. Item is the default property for this interface. The examples on the EvFilesCollection page show several ways to use the Item property. |
Scripting with COM objects
EvRegionClass object
EvRegion object
EvRegionsCollection