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:

Count
FindByName
Item

 

Description

Count

(read-only) integer Count

Summary

Get the number of platforms in this collection.

FindByName

FindByName(string PlatformName)

Summary

Find the platform specified by PlatformName in the EvPlatformsCollection.

Return

EvPlatform. Null if PlatformName can not be found.

Item

(read-only) Item[]

Summary

Gives 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