Click or drag to resize

SignalGroupData Class

An object that's shared between all signals in the data pathway and stores data associated with the signal group.
Inheritance Hierarchy
SystemObject
  Demo3D.IOSignalGroupData

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class GroupData

The SignalGroupData type exposes the following members.

Constructors
  NameDescription
Public methodSignalGroupData
Initializes a new instance of the SignalGroupData class
Top
Properties
  NameDescription
Public propertyAllAddresses
Enumerates all the associated addresses.
Top
Methods
  NameDescription
Public methodGetDataValue
Returns the first and current data values.
Public methodMatchesAddress
True if the specified address matched an associated address. (Equals(Object) return true.)
Top
See Also