API Help
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / Parent Property

In This Topic
    Parent Property (UniversalPropertyList)
    In This Topic
    StorableObject to which this property list is connected.
    Syntax
    public StorableObject Parent {get;}
    public:
    property StorableObject^ Parent {
       StorableObject^ get();
    }

    Property Value

    Associated StorableObject or null if property list was created by user.
    See Also