Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PropertyPlacement Class / Source Property

In This Topic
    Source Property (PropertyPlacement)
    In This Topic
    Returns the object, that properties are shown by this PropertyPlacement
    Syntax
    public virtual StorableObject Source {get;}
    public:
    virtual property StorableObject^ Source {
       StorableObject^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.StorableObject that properties are shown by this PropertyPlacement.

    null when there is no storable Eplan.EplApi.DataModel.StorableObject related with this PropertyPlacement.

    See Also