Click or drag to resize

LayerStyleCollection Class

List of all available layer styles.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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