API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / AddVariable Method
Name of the variable to be added.

In This Topic
AddVariable Method (PlaceHolder)
In This Topic
Adds a new variable to the PlaceHolder object.
Syntax
public virtual int AddVariable( 
   string strVarName
)

Parameters

strVarName
Name of the variable to be added.

Return Value

Index of the variable.
See Also