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

RemoveObjectReferences Method (PlaceHolder3D)
Removes object references from a PlaceHolder3D.
Syntax
public virtual void RemoveObjectReferences( 
   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