Click or drag to resize

DPIServicesGetAttributeProperties Method

Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual IEnumerable<DPIServicesAttributeProperties> GetAttributeProperties()

Return Value

Type: IEnumerableDPIServicesAttributeProperties
All the attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
See Also