COM object EvRegionClassesCollection
EvApplication>EvFileCollection > EvFile > EvRegionClassesCollection
View the COM map and the COM summary. |
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.
EvRegionClassesCollection methods and properties:
|
Description |
Add(string Name) SummaryCreate a new region class and add it to the collection. Parameters
ReturnNone. |
|
(read-only) integer Count SummaryGet the number of region classes in the collection. |
|
Delete(EvRegionClass ClassToDelete) SummaryDelete a given region class from the collection. Parameters
ReturnNone. |
|
FindByName(string RegionClassName) SummaryFind the Region Class object specified by RegionClassName in the RegionClassesCollection. ReturnNull if RegionClassName can not be found. |
|
(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 EvFileCollection page show several ways to use the Item property. |
See also
Scripting with COM objects
COM object hierarchy
EvRegionClass object
EvRegion object
EvRegionsCollection