Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObjectPropertyList Class / StorableObjectPropertyList Constructor / StorableObjectPropertyList Constructor(StorableObject)
StorableObject object whose properties will be affected.

In This Topic
    StorableObjectPropertyList Constructor(StorableObject)
    In This Topic
    Should be used internal only
    Syntax
    public StorableObjectPropertyList( 
       StorableObject obj
    )
    public:
    StorableObjectPropertyList( 
       StorableObject^ obj
    )

    Parameters

    obj
    StorableObject object whose properties will be affected.
    See Also