Click or drag to resize

AnalogValueCollection Properties

The AnalogValueCollection type exposes the following members.

Properties
  Name Description
Public property AllValuesAssigned Gets a boolean value indicating if all of the composite values have been assigned a value.
(Inherited from ChannelValueCollectionBaseTDefinition, TValue)
Public property Attributes Gets a DictionaryTKey, TValue of string based property names and values for this ChannelValueCollectionBaseTDefinition, TValue object.
(Inherited from ChannelValueCollectionBaseTDefinition, TValue)
Public property BinaryLength Gets the length of the ChannelCollectionBaseT.
(Inherited from ChannelValueCollectionBaseTDefinition, TValue)
Public property Count Gets the number of elements contained in the ICollectionT.
(Inherited from ListCollectionT)
Public property FixedElementSize Gets flag that indicates if collection elements have a fixed size.
(Inherited from ChannelCollectionBaseT)
Public property Item Gets or sets the element at the specified index.
(Inherited from ListCollectionT)
Protected property Items Gets a IListT wrapper around the CollectionT.
(Inherited from ListCollectionT)
Public property MaximumCount Gets or sets the maximum allowed number of items for this ChannelCollectionBaseT.
(Inherited from ChannelCollectionBaseT)
Public property State Gets or sets the parsing state for this IChannel object.
(Inherited from ChannelCollectionBaseT)
Public property Tag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from ChannelCollectionBaseT)
Top
See Also