Click or drag to resize

CIPObjectObjectClassAllInstancesT Method

All instances of a specified type.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public IEnumerable<T> AllInstances<T>()
where T : CIPObjectObjectInstance

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.AllInstances``1"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.AllInstances``1"]

See Also