Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / InsertInteraction Class / InsertedItems Property

In This Topic
    InsertedItems Property
    In This Topic
    Returns placements inserted by interaction.
    Syntax
    public virtual StorableObject[] InsertedItems {get; set;}
    public:
    virtual property array<StorableObject^>^ InsertedItems {
       array<StorableObject^>^ get();
       void set (    array<StorableObject^>^ value);
    }
    Remarks
    For overriden interactions this property should be set by interaction itself. For other - custom interactions, this property is availabe to be set manually.
    See Also