Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / FindVariable Method
Name of the variable to search for.

In This Topic
    FindVariable Method (PlaceHolder3D)
    In This Topic
    Finds a variable, specified by its name.
    Syntax
    public virtual int FindVariable( 
       string strVarName
    )
    public:
    virtual int FindVariable( 
       String^ strVarName
    ) 

    Parameters

    strVarName
    Name of the variable to search for.

    Return Value

    The index of the variable or -1, if the variable was not found.
    See Also