COM object EvPlatformsCollection
EvApplication > EvFileCollection > EvFile > EvPlatformsCollection
View the COM map and the COM summary. |
The EvPlatformsCollection object accesses information about the set of platforms in an EV file.
The EvPlatform object allows you find specific information about a platform in the EvPlatformsCollection.
EvPlatformsCollection methods and properties:
|
Description |
(read-only) integer Count SummaryGet the number of platforms in this collection. |
|
FindByName(string PlatformName) SummaryFind the platform specified by PlatformName in the EvPlatformsCollection. ReturnEvPlatform. Null if PlatformName can not be found. |
|
(read-only) Item[] SummaryGives access to a specific platform by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is an EvPlatform 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
EvPlatform