API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / AddReference Method
Object to be referenced by the PlaceHolder.

In This Topic
AddReference Method (PlaceHolder)
In This Topic
Adds the reference of a Placement object to the placeholder.
Syntax
public virtual void AddReference( 
   StorableObject pObject
)

Parameters

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