API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / FindVariable Method
Name of the variable to search for.

In This Topic
FindVariable Method (IPlaceHolder)
In This Topic
Finds a variable, specified by its name.
Syntax
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