Click or drag to resize
StaMaRegionCollection Class
Represents a list of Region instances.
Inheritance Hierarchy
SystemObject
  StaMaRegionCollection

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public class RegionCollection

The RegionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the RegionCollection.
Public propertyItem
Gets the Region at the specified index.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the RegionCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also