Eplan Platform API
Eplan.EplApi.MasterData Namespace / PropertiesAndHandleObjectPropertyList Class / Parent Property

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

    Property Value

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