Eplan Platform API
Eplan.EplApi.DataModel Namespace / PinBase Class / Parent Property

In This Topic
    Parent Property (PinBase)
    In This Topic
    Returns the symbol reference that the logical conn. point represented by this object belongs to.
    Syntax
    public SymbolReference Parent {get;}
    public:
    property SymbolReference^ Parent {
       SymbolReference^ get();
    }
    Remarks
    This property may return NULL if this PinBase object represents a symbol's graphical conn. point and the symbol is not instantiated in a project.
    See Also