Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / RemoveObjectReferences Method
List of objects, of which the references will be removed.

In This Topic
    RemoveObjectReferences Method (PlaceHolder3D)
    In This Topic
    Removes object references from a PlaceHolder3D.
    Syntax
    public virtual void RemoveObjectReferences( 
       StorableObject[] pObjects
    )
    public:
    virtual void RemoveObjectReferences( 
       array<StorableObject^>^ pObjects
    ) 

    Parameters

    pObjects
    List of objects, of which the references will be removed.
    Exceptions
    ExceptionDescription
    Thrown in case of missing parameters.
    Thrown in case of invalid arguments.
    The internal interface for place holders could not be created.
    See Also