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

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

    Property Value

    Associated property list object on null if PropertyValue was created by user.
    See Also