API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / SetPropertyEntry Method
Object on which the property will be set.
Property
Value of the property

In This Topic
SetPropertyEntry Method (PlaceHolder)
In This Topic
Sets a value or variable on a property of an object referenced by a PlaceHolder. The reference of the object will be added to the PlaceHolder if necessary.
Syntax
public virtual void SetPropertyEntry( 
   StorableObject oObject,
   AnyPropertyId oProperty,
   MultiLangString strValue
)

Parameters

oObject
Object on which the property will be set.
oProperty
Property
strValue
Value of the property
See Also