API Help
Eplan.EplApi.EServices.Ged Namespace / InsertInteraction Class / InsertedPlacements Property

In This Topic
    InsertedPlacements Property
    In This Topic
    Returns placements inserted by the base interaction.
    Syntax
    public virtual Placement[] InsertedPlacements {get;}
    public:
    virtual property array<Placement^>^ InsertedPlacements {
       array<Placement^>^ get();
    }
    See Also