API Help
Eplan.EplApi.DataModel Namespace / StorableObjectContext Class / StorableObjectList Property

In This Topic
    StorableObjectList Property
    In This Topic
    Set or get a Storable Object List for this context (additional to the single Storable Object)
    Syntax
    public StorableObject[] StorableObjectList {get; set;}
    public:
    property array<StorableObject^>^ StorableObjectList {
       array<StorableObject^>^ get();
       void set (    array<StorableObject^>^ value);
    }
    See Also