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

In This Topic
    SetProjectPropertyEntry Method (PlaceHolder3D)
    In This Topic
    Sets a value or variable on Placeholder3D project property. The reference of the object will be added to the Placeholder3D 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