Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / DeleteVariable Method
Name of a variable.

In This Topic
DeleteVariable Method (PlaceHolder)
In This Topic
Deletes a variable.
Syntax
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