Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / SetProjectPropertyEntry Method
Property
Value of the property

In This Topic
    SetProjectPropertyEntry Method (PlaceHolder)
    In This Topic
    Sets a value or variable on Placeholder project property. The reference of the object will be added to the Placeholder if necessary.
    Syntax
    public virtual void SetProjectPropertyEntry( 
       AnyPropertyId oProperty,
       MultiLangString strValue
    )
    public:
    virtual void SetProjectPropertyEntry( 
       AnyPropertyId^ oProperty,
       MultiLangString^ strValue
    ) 

    Parameters

    oProperty
    Property
    strValue
    Value of the property
    See Also