Click or drag to resize

PLCSymbolExtensionsPLCSymbol Method

Returns the CIP PLCSymbol for a symbol table browseItem.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public static PLCSymbol? PLCSymbol(
	this IBrowseItem? browseItem
)

Parameters

browseItem
Type: Demo3D.PLC.CommsIBrowseItem
Symbol table entry.

Return Value

Type: PLCSymbol
CIP PLCSymbol.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBrowseItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also