Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReference Class / ParentObject Property

In This Topic
    ParentObject Property
    In This Topic
    Returns the Object this ArticleReference belongs to.
    Syntax
    public StorableObject ParentObject {get;}
    public:
    property StorableObject^ ParentObject {
       StorableObject^ get();
    }

    Property Value

    The Object the Articlereference belongs to.
    Exceptions
    ExceptionDescription
    Thrown when index cannot be read.
    See Also