Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionFragment Class / StorableObjects Property

In This Topic
    StorableObjects Property
    In This Topic
    Returns all objects contained in the OptionFragment.
    Syntax
    public StorableObject[] StorableObjects {get; set;}
    public:
    property array<StorableObject^>^ StorableObjects {
       array<StorableObject^>^ get();
       void set (    array<StorableObject^>^ value);
    }

    Property Value

    StorableObject.
    Exceptions
    ExceptionDescription
    Thrown while setting when collection contains objects from more then one project.
    Remarks
    All sub placements from each group which will be assign to this option fragment will be also assign to it.
    See Also