Click or drag to resize

DPIServicesAttributeProperties Class

Describes a basic attribute.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.DPI.NodesDPIServicesAttributeProperties

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public class AttributeProperties

The DPIServicesAttributeProperties type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttributeId
The attribute ID.
Public propertyGettable
The attribute data can be read by the client.
Public propertySettable
The attribute data can be set by the client.
Top
See Also