CIPObjectObjectClassFindInstance Method |
Find object with a specified id.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic CIPObjectObjectInstance? FindInstance(
uint instanceId,
bool allowAutoCreate = true
)
Parameters
- instanceId UInt32
- Instance id.
- allowAutoCreate Boolean (Optional)
- Allow automatically creating instances where possible.
Return Value
CIPObjectObjectInstance[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.FindInstance(System.UInt32,System.Boolean)"]
See Also