Click or drag to resize

AttributeBase Class

Represents a strongly typed view on an AttributeValue.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbAttributeBase
    More...

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract class AttributeBase

The AttributeBase type exposes the following members.

Constructors
  NameDescription
Protected methodAttributeBase
Constructs a new attribute.
Top
Properties
  NameDescription
Public propertyAttributeValue
The attribute value in memory.
Top
Events
  NameDescription
Public eventOnAttributeValueSet
Occurs when the attribute value is set, but only under certain circumstances (see remarks).
Top
See Also
Inheritance Hierarchy