API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / RemoveObjectReferences Method
List of objects, of which the references will be removed.

In This Topic
    RemoveObjectReferences Method (IPlaceHolder)
    In This Topic
    Removes object references from a PlaceHolder.
    Syntax
    void RemoveObjectReferences( 
       StorableObject[] pObjects
    )
    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