Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / FindReference Method
The referenced object to search for.

In This Topic
    FindReference Method (PlaceHolder)
    In This Topic
    Finds an object in the list of object referenced by a PlaceHolder.
    Syntax
    public virtual int FindReference( 
       StorableObject oObject
    )
    public:
    virtual int FindReference( 
       StorableObject^ oObject
    ) 

    Parameters

    oObject
    The referenced object to search for.

    Return Value

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