Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / ComponentPropertyList Class / ComponentPropertyList Constructor / ComponentPropertyList Constructor(Component)
Component object whose properties will be affected.

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

    Parameters

    obj
    Component object whose properties will be affected.
    See Also