Click or drag to resize

DPIServicesGetAttributeProperties Method (UInt32)

Return the attribute properties for one attribute.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual DPIServicesAttributeProperties? GetAttributeProperties(
	uint attributeId
)

Parameters

attributeId
Type: SystemUInt32
The attribute ID.

Return Value

Type: DPIServicesAttributeProperties
Attribute properties.
See Also