Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / AddReference Method
Object (Placement3D) to be referenced by the Placeholder3D.

In This Topic
AddReference Method (PlaceHolder3D)
In This Topic
Adds the reference of a Placement3D object to the Placeholder3D.
Syntax
public virtual void AddReference( 
   Placement3D pObject
)

Parameters

pObject
Object (Placement3D) to be referenced by the Placeholder3D.
Remarks
After adding new reference to a Placeholder3D, the property Placeholder3D.ReferencesActive is automatically set to true.
See Also