Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / DeleteVariable Method
Name of a variable.

In This Topic
    DeleteVariable Method (PlaceHolder3D)
    In This Topic
    Deletes a variable.
    Syntax
    public virtual void DeleteVariable( 
       string strVarName
    )
    public:
    virtual void DeleteVariable( 
       String^ strVarName
    ) 

    Parameters

    strVarName
    Name of a variable.
    Remarks
    After deleting a variable, the indices of the existing variables are invalid and have to determined again using FindRecord.
    See Also