Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / FindRecord Method
Name of the record to search for.

In This Topic
    FindRecord Method (PlaceHolder)
    In This Topic
    Finds a record by name.
    Syntax
    public virtual int FindRecord( 
       string strName
    )
    public:
    virtual int FindRecord( 
       String^ strName
    ) 

    Parameters

    strName
    Name of the record to search for.

    Return Value

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