Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / SetProjectPropertyEntry Method
Property
Value of the property

In This Topic
    SetProjectPropertyEntry Method (IPlaceHolder)
    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
    void SetProjectPropertyEntry( 
       AnyPropertyId oProperty,
       MultiLangString strValue
    )
    void SetProjectPropertyEntry( 
       AnyPropertyId^ oProperty,
       MultiLangString^ strValue
    ) 

    Parameters

    oProperty
    Property
    strValue
    Value of the property
    See Also