API Help
Eplan.EplApi.DataModel Namespace / MacroBox Class / ReferencedPlacements Property

In This Topic
    ReferencedPlacements Property
    In This Topic
    All referenced objects
    Syntax
    public Placement[] ReferencedPlacements {get; set;}
    public:
    property array<Placement^>^ ReferencedPlacements {
       array<Placement^>^ get();
       void set (    array<Placement^>^ value);
    }
    See Also