Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / DeleteVariable Method
Name of a variable.

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