Eplan Platform API
Eplan.EplApi.Base Namespace / ContextParameterBlock Class / Set Method
the name of this parameter.
the object saved in this block.

In This Topic
    Set Method (ContextParameterBlock)
    In This Topic
    Set one object with a name
    Syntax
    public void Set( 
       string strName,
       object strObject
    )
    public:
    void Set( 
       String^ strName,
       Object^ strObject
    ) 

    Parameters

    strName
    the name of this parameter.
    strObject
    the object saved in this block.
    Remarks
    overwrites the existing object when a parameter with this name already exists.
    See Also