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

In This Topic
    FindRecord Method (PlaceHolder3D)
    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