Click or drag to resize

DPIObjectObjectInstanceAllInstancesT Method

Find all instances of a specified sub class.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public IEnumerable<T> AllInstances<T>(
	ClassID classId
)
where T : DPIObjectObjectInstance

Parameters

classId
Type: Demo3D.PLC.Rockwell.Comms.DPIClassID

[Missing <param name="classId"/> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIObject.ObjectInstance.AllInstances``1(Demo3D.PLC.Rockwell.Comms.DPI.ClassID)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIObject.ObjectInstance.AllInstances``1(Demo3D.PLC.Rockwell.Comms.DPI.ClassID)"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIObject.ObjectInstance.AllInstances``1(Demo3D.PLC.Rockwell.Comms.DPI.ClassID)"]

See Also