[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonColorMapCollection

CommonColorMapCollection Class

Represents a collection of CommonColorMap objects.

Inheritance
CommonColorMapCollection
Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
[ListBindable(false)]
public class CommonColorMapCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the CommonColorMap at the specified position in the collection.

this[string]

Gets the first CommonColorMap with the specified name in the collection.

Methods

Name Description
Add(CommonColorMap)

Adds the specified CommonColorMap to the collection.

AddRange(CommonColorMap[])

Adds a group of CommonColorMap objects to the end of the collection.

Contains(CommonColorMap)

Determines whether this collection contains the specified CommonColorMap.

IndexOf(CommonColorMap)

Determines the index of a specific CommonColorMap in the collection.

Insert(int, CommonColorMap)

Inserts the specified CommonColorMap into this collection at the given index.

OnValidate(object)

Checks whather the type of the value argument is allowable for this collection.

Remove(CommonColorMap)

Removes the specified CommonColorMap from the collection.