COM object EvRegionClass

EvApplication > EvFileCollection > EvFile > EvRegionClassesCollection > EvRegionClass

 

View the COM map and the COM summary.

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.

EvRegionClass methods and properties:

DeleteRegions
ExportDefinitions

Name 

 

Description

DeleteRegions

DeleteRegions(ERegionType RegionType)

Summary

Deletes regions of region class type specified by the ERegionType enum.

Parameters
  • RegionType
  • A region type as specified by the ERegionType enum.
Return

True when successful.

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.

Name

(read-write) string Name

Summary

Get or set the name of the region class.

See also

Scripting with COM objects
COM object hierarchy
EvRegionClassesCollection
EvRegion object
EvRegionsCollection