Click or drag to resize

AttributeProperties Class

The properties of an attribute.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbAttributeProperties
    Demo3D.PLC.Comms.AttrDbAttributeValue

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class AttributeProperties

The AttributeProperties type exposes the following members.

Constructors
 NameDescription
Public methodAttributeProperties Constructs an AttributeValue.
Top
Properties
 NameDescription
Public propertyAttributeId Attribute ID.
Public propertyDynamic True if the value size is dynamic.
Public propertyFixedSize True if the value size is fixed.
Public propertyFlags Attribute value flags.
Public propertyGetAttributesAll The attribute data is returned in a GetAttributesAll request.
Public propertyGettable True if protocol attribute-get requests are allowed.
Public propertyIgnoreSet True if protocol attribute-set requests are allowed, but should be ignored.
Public propertyNotSupported The attribute is not supported.
Public propertyNumBytes The number of bytes of attribute data (or 0 for variable size; -1 for unknown).
Public propertySettable True if protocol attribute-set requests are allowed.
Top
See Also