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

In This Topic
    FindReference Method (PlaceHolder3D)
    In This Topic
    Finds an object in the list of object referenced by a Placeholder3D.
    Syntax
    public virtual int FindReference( 
       Placement3D oObject
    )
    public:
    virtual int FindReference( 
       Placement3D^ 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