Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / AddVariable Method
Name of the variable to be added.

In This Topic
    AddVariable Method (PlaceHolder3D)
    In This Topic
    Adds a new variable to the Placeholder3D object.
    Syntax
    public virtual int AddVariable( 
       string strVarName
    )
    public:
    virtual int AddVariable( 
       String^ strVarName
    ) 

    Parameters

    strVarName
    Name of the variable to be added.

    Return Value

    Index of the variable.
    See Also