API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder.VariablesClass Class / Add Method / Add(String,Boolean) Method
Variable name
Determines whether a variable can be modified during insertion

In This Topic
    Add(String,Boolean) Method
    In This Topic
    Adds new variable
    Syntax
    public void Add( 
       string strVariable,
       bool bIsChangeable
    )
    public:
    void Add( 
       String^ strVariable,
       bool bIsChangeable
    ) 

    Parameters

    strVariable
    Variable name
    bIsChangeable
    Determines whether a variable can be modified during insertion
    See Also