API Help
Eplan.EplApi.EServices.Ged Namespace / InteractionContext Class / Placements Property

In This Topic
    Placements Property
    In This Topic
    Placements in this context.
    Syntax
    public virtual Placement[] Placements {get; set;}
    public:
    virtual property array<Placement^>^ Placements {
       array<Placement^>^ get();
       void set (    array<Placement^>^ value);
    }
    See Also