Click or drag to resize

BrowseItemBaseParent Property

The parent of this browse item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public IBrowseItem? Parent { get; protected set; }

Property Value

Type: IBrowseItem

Implements

IBrowseItemParent
See Also