COM object EvRegionClass

EvApplication > EvFile > EvRegionClassesCollection > EvRegionClass

View the Echoview COM object hierarchy and the Echoview summary of COM objects.

The EvRegionClass object enables you to get information about and modify a region class.

The EvFile.RegionClasses[] property lists all the region classes in an EV file and is an EvRegionClassesCollection.

The following EvRegionClass methods and properties are detailed below:

Methods

Properties

ExportDefinitions

Name

EvRegionClass offers the following properties:

EvRegionClass methods

Description

ExportDefinitions

ExportDefinitions(string FileName)

Summary

Export definitions of all 2D regions in this region class to the given file.

Parameters
  • FileName
  • Name of the file to export region definitions to.
Return

None.

 

EvRegionClass properties

Description

Name

(read-write) string Name

Summary

Get or set the name of the region class.

See also

Scripting with COM objects
EvRegionClassesCollection
EvRegion object
EvRegionsCollection