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

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

    Parameters

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