Click or drag to resize

LayerStyleCollection Class

List of all available layer styles.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.MappingLayerStyleCollection

Namespace: Easymap.AddIn.Mapping
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class LayerStyleCollection : BaseObject, 
	IEnumerable<LayerStyle>, IEnumerable

The LayerStyleCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of LayerStyle elements actually contained in the list.
Public propertyItem Gets or sets the LayerStyle element at the specified index.
Top
Methods
 NameDescription
Public methodGetEnumerator Returns an enumerator that iterates through the list.
Top
See Also