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

In This Topic
    StorableObject Property
    In This Topic
    Set or get a Storable Object for this context
    Syntax
    public StorableObject StorableObject {get; set;}
    public:
    property StorableObject^ StorableObject {
       StorableObject^ get();
       void set (    StorableObject^ value);
    }
    See Also