Eplan Platform API
Eplan.EplApi.Base Namespace / ContextParameterBlock Class / SetList Method
the list to set.

In This Topic
    SetList Method
    In This Topic
    Set a list for this block
    Syntax
    public void SetList( 
       List<object> pList
    )
    public:
    void SetList( 
       List<Object^>^ pList
    ) 

    Parameters

    pList
    the list to set.
    See Also